You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
- 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
|