0
0
opnxng-deploy-playbook/config-tasks/4get.yml

7 lines
190 B
YAML
Raw Normal View History

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