mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-12-22 22:11:58 +01:00
6 lines
143 B
YAML
6 lines
143 B
YAML
---
|
|
- name: Restart service
|
|
ansible.builtin.command:
|
|
cmd: ghost restart
|
|
chdir: /mnt/data/{{ ghost_setup_site }}
|
|
changed_when: true
|