From 34dd043e33425b831741e1d0fa674c6705015a5b Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 2 Apr 2021 07:19:36 -0500 Subject: [PATCH] Disable auto-updates on miners for a bit. --- tasks/miner/cron/ansible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/miner/cron/ansible.yml b/tasks/miner/cron/ansible.yml index aa30773..45a154b 100644 --- a/tasks/miner/cron/ansible.yml +++ b/tasks/miner/cron/ansible.yml @@ -22,4 +22,4 @@ job: sudo apt update && sudo apt dist-upgrade -y special_time: reboot state: present - disabled: no \ No newline at end of file + disabled: yes \ No newline at end of file