diff --git a/tasks/miner/cron/ansible.yml b/tasks/miner/cron/ansible.yml index 8965452..aa30773 100644 --- a/tasks/miner/cron/ansible.yml +++ b/tasks/miner/cron/ansible.yml @@ -15,12 +15,11 @@ ## Security ## -- name: Miner | Account Management | Cron | Ansible | Daily Security Update +- name: Miner | Account Management | Cron | Ansible | Daily Security Update [apt] cron: user: ansible name: Daily Security Update job: sudo apt update && sudo apt dist-upgrade -y special_time: reboot state: present - disabled: no - when: ansible_pkg_mgr == "apt" \ No newline at end of file + disabled: no \ No newline at end of file