ansible/roles/ghost_setup/handlers/main.yaml
Gabriel Augendre 96585b08f3
Some checks are pending
/ run ansible (push) Waiting to run
ghost setup ensure started
2024-10-20 10:59:22 +02:00

6 lines
143 B
YAML

---
- name: Restart service
ansible.builtin.command:
cmd: ghost restart
chdir: /mnt/data/{{ ghost_setup_site }}
changed_when: true