Update roles/demolamp/tasks/deploy.yml

This commit is contained in:
2024-03-12 16:56:33 +08:00
parent 8b90659578
commit 4b130705ee

View File

@@ -34,7 +34,7 @@
- name: Deploy the docker compose file - name: Deploy the docker compose file
ansible.builtin.template: ansible.builtin.template:
src: "{{ role_path }}/files/{{ ansTagVer }}/{{ templateCompose }}" src: "{{ role_path }}/files/{{ templateCompose }}"
dest: "{{ pathCompose }}/{{ fileCompose }}" dest: "{{ pathCompose }}/{{ fileCompose }}"
owner: root owner: root
group: root group: root