ansible/roles/ghost_setup/handlers/main.yaml

7 lines
143 B
YAML
Raw Normal View History

2024-10-20 10:59:22 +02:00
---
- name: Restart service
ansible.builtin.command:
cmd: ghost restart
chdir: /mnt/data/{{ ghost_setup_site }}
changed_when: true