mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
update
This commit is contained in:
parent
dcc45cbba5
commit
a7d4e387e7
1 changed files with 10 additions and 10 deletions
|
|
@ -1,3 +1,13 @@
|
||||||
|
- name: Copy apt proxy
|
||||||
|
copy:
|
||||||
|
src: files/01proxy
|
||||||
|
dest: /etc/apt/apt.conf.d/01proxy
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
mode: "0644"
|
||||||
|
force: yes
|
||||||
|
when: ansible_os_family == "Debian"
|
||||||
|
|
||||||
- name: Update packages
|
- name: Update packages
|
||||||
apt:
|
apt:
|
||||||
name: '*'
|
name: '*'
|
||||||
|
|
@ -86,16 +96,6 @@
|
||||||
force: yes
|
force: yes
|
||||||
when: ansible_os_family == "Debian"
|
when: ansible_os_family == "Debian"
|
||||||
|
|
||||||
- name: Copy apt proxy
|
|
||||||
copy:
|
|
||||||
src: files/01proxy
|
|
||||||
dest: /etc/apt/apt.conf.d/01proxy
|
|
||||||
owner: root
|
|
||||||
group: root
|
|
||||||
mode: "0644"
|
|
||||||
force: yes
|
|
||||||
when: ansible_os_family == "Debian"
|
|
||||||
|
|
||||||
- name: Remove undesirable packages
|
- name: Remove undesirable packages
|
||||||
package:
|
package:
|
||||||
name: "{{ unnecessary_software }}"
|
name: "{{ unnecessary_software }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue