Obviously this only needs run on apt machines lol. Just in case I test mining on Arch later.

This commit is contained in:
Hyperling 2021-02-17 05:18:44 -06:00
parent 38a73884c0
commit 637358e793

View File

@ -19,7 +19,8 @@
cron:
user: ansible
name: Daily Security Update
job: apt update; apt dist-upgrade -y
job: apt update && apt dist-upgrade -y
special_time: reboot
state: present
disabled: no
disabled: no
when: ansible_pkg_mgr == "apt"