From 813aa28dd148ff355af5ed8d59c9a2fe1aa9c0ec Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Fri, 11 Oct 2024 11:14:39 +0200 Subject: [PATCH] mark ghost start update tasks as never changed --- playbooks/apps/ghost-update.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/apps/ghost-update.yaml b/playbooks/apps/ghost-update.yaml index d7595a7..07461e9 100644 --- a/playbooks/apps/ghost-update.yaml +++ b/playbooks/apps/ghost-update.yaml @@ -8,7 +8,7 @@ chdir: /mnt/data/gabnotes.org cmd: ghost update register: gabnotes_async - changed_when: true + changed_when: false async: 300 poll: 0 - name: Start update on voyages-lois.augendre.info @@ -16,7 +16,7 @@ chdir: /mnt/data/voyages-lois.augendre.info cmd: ghost update register: voyages_lois_async - changed_when: true + changed_when: false async: 300 poll: 0 - name: Start update on voyages.coccomagnard.fr @@ -24,7 +24,7 @@ chdir: /mnt/data/voyages.coccomagnard.fr cmd: ghost update register: voyages_coccomagnard_async - changed_when: true + changed_when: false async: 300 poll: 0 - name: Check gabnotes.org