ghost/tasks/configure.yml

14 lines
312 B
YAML

---
- name: "Config ghost"
template:
src: "config.production.json.j2"
dest: "{{ item.home }}/www/config.production.json"
owner: "{{ item.account }}"
group: "{{ item.account }}"
loop: "{{ ghost }}"
when: ghost_deploy_site in item.name
tags:
- configure
notify:
- Restart service