mirror of
https://github.com/Crocmagnon/ansible.git
synced 2025-01-10 15:12:49 +01:00
6 lines
154 B
YAML
6 lines
154 B
YAML
---
|
|
- name: Restart service {{ ghost_site }}
|
|
ansible.builtin.command:
|
|
cmd: ghost restart
|
|
chdir: /mnt/data/{{ ghost_site }}
|
|
changed_when: true
|