become trur

This commit is contained in:
CHIEFSOFT\ameye
2025-07-16 19:07:46 -04:00
parent 6f08e27b6b
commit bced5a1f63
+2 -1
View File
@@ -1,5 +1,6 @@
---
- hosts: "{{ WHAT_HOST_IN_USE }}"
become: true
tasks:
- name: "Creates directory {{ DESTINATION_FOLDER }}"
@@ -26,7 +27,7 @@
src: "{{WHAT_PART_REMOTE}}/docker-compose.yml"
dest: "{{DESTINATION_FOLDER}}"
remote_src: true
- name: Set up docker-compose file
template:
src: "/home/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}}/docker-compose.yml"