Obviously this only needs run on apt machines lol. Just in case I test mining on Arch later.
This commit is contained in:
parent
38a73884c0
commit
637358e793
@ -19,7 +19,8 @@
|
|||||||
cron:
|
cron:
|
||||||
user: ansible
|
user: ansible
|
||||||
name: Daily Security Update
|
name: Daily Security Update
|
||||||
job: apt update; apt dist-upgrade -y
|
job: apt update && apt dist-upgrade -y
|
||||||
special_time: reboot
|
special_time: reboot
|
||||||
state: present
|
state: present
|
||||||
disabled: no
|
disabled: no
|
||||||
|
when: ansible_pkg_mgr == "apt"
|
Loading…
x
Reference in New Issue
Block a user