0
0
opnxng-deploy-playbook/config-tasks/4get.yml
2024-06-06 23:52:16 +08:00

7 lines
190 B
YAML

- name: Set up config.php.j2
template:
src: "conf/config.php.j2"
dest: "{{ docker_dir }}/4get/config.php"
owner: 1000
group: 1000
mode: 0755