mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
update
This commit is contained in:
parent
a7d4e387e7
commit
9e9e03fcb5
1 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,9 @@
|
|||
group: root
|
||||
mode: "0644"
|
||||
force: yes
|
||||
when: ansible_os_family == "Debian"
|
||||
when:
|
||||
- ansible_os_family == "Debian"
|
||||
- inventory_hostname not in hosts_deny
|
||||
|
||||
- name: Update packages
|
||||
apt:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue