From f9de45d5140998646bacd185ff2487f36bf030f2 Mon Sep 17 00:00:00 2001 From: Axel Date: Tue, 4 Jun 2024 13:44:40 +0200 Subject: [PATCH] Retirer -o pull cron --- tasks/cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/cron.yml b/tasks/cron.yml index 73c800f..da432e0 100644 --- a/tasks/cron.yml +++ b/tasks/cron.yml @@ -3,4 +3,4 @@ user: ansible name: "ansible provision" minute: "*/10" - job: "/usr/bin/ansible-pull -o -U https://git.axolito.fr/Axel/laptop_playbook.git > /dev/null" \ No newline at end of file + job: "/usr/bin/ansible-pull -U https://git.axolito.fr/Axel/laptop_playbook.git > /dev/null" \ No newline at end of file