mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-22 15:28:02 +01:00
7 lines
154 B
YAML
7 lines
154 B
YAML
|
---
|
||
|
- name: Restart service {{ ghost_site }}
|
||
|
ansible.builtin.command:
|
||
|
cmd: ghost restart
|
||
|
chdir: /mnt/data/{{ ghost_site }}
|
||
|
changed_when: true
|