mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -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
|
||||
apt:
|
||||
name: '*'
|
||||
|
|
@ -86,16 +96,6 @@
|
|||
force: yes
|
||||
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
|
||||
package:
|
||||
name: "{{ unnecessary_software }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue