From 485811ff219fe854a5ec310dd72548d44a6c4ad3 Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Sat, 3 Sep 2022 18:38:11 +0200 Subject: [PATCH] forced repo update in personal-linux-config --- tasks/general/personal-linux-config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/general/personal-linux-config.yml b/tasks/general/personal-linux-config.yml index b059d62..7f1b883 100644 --- a/tasks/general/personal-linux-config.yml +++ b/tasks/general/personal-linux-config.yml @@ -5,6 +5,7 @@ repo: https://git.bjphoster.com/b.pedini/personal-linux-config clone: yes update: yes + force: yes - name: Ensure the config changes are deployed ansible.builtin.shell: cmd: sh -c "cd /root/personal-linux-config; bash /root/personal-linux-config/deploy.sh --server"