ansible/roles/ghost/handlers/main.yaml

7 lines
154 B
YAML
Raw Normal View History

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