From f8fd6881c86abcd6eac8907e7bd9878dbcf0287f Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 11 Feb 2021 11:09:09 -0600 Subject: [PATCH] Fix special_time attribute. --- tasks/general/cron/ansible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/general/cron/ansible.yml b/tasks/general/cron/ansible.yml index 3e88b78..87459b5 100644 --- a/tasks/general/cron/ansible.yml +++ b/tasks/general/cron/ansible.yml @@ -14,7 +14,7 @@ cron: user: ansible name: "Ansible Weekly Forced Sync" - special: weekly + special_time: weekly job: "sudo {{ ansible_pull_exec.stdout }} -U https://github.com/Hyperling/ansible.git" state: present disabled: no