fix ghost update
Some checks failed
/ run ansible (push) Has been cancelled

This commit is contained in:
Gabriel Augendre 2024-10-20 22:30:42 +02:00
parent 0e0c6afaf8
commit ac5485bc62

View file

@ -16,4 +16,5 @@
ansible.builtin.command: ansible.builtin.command:
cmd: ghost update cmd: ghost update
chdir: /mnt/data/{{ ghost_site }} chdir: /mnt/data/{{ ghost_site }}
changed_when: '"Restarting Ghost" in gabnotes.stdout' register: update
changed_when: '"Restarting Ghost" in update.stdout'