From 506e0dc287e9e14187e7c5dfbe671052c58084b7 Mon Sep 17 00:00:00 2001 From: Rene Mewissen Date: Mon, 21 Nov 2022 17:05:51 +0100 Subject: [PATCH] use of correct boolian phrase --- update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.yml b/update.yml index 4555dc2..1ffabda 100644 --- a/update.yml +++ b/update.yml @@ -19,7 +19,7 @@ # cmd: "git pull" # chdir: "{{ ansible_user_dir }}/dotfiles" - name: "remove cronjob for ansible" - become: no + become: false cron: name: "ansible provision" user: "{{ ansible_user_id }}"