0
0
opnxng-deploy-playbook/setups/setup-4get.yml

7 lines
189 B
YAML
Raw Normal View History

2023-11-08 22:10:17 +08:00
- name: Setup config.php.j2
template:
src: "conf/config.php.j2"
dest: "{{ docker_dir }}/4get/config.php"
owner: 1000
group: 1000
mode: 0755