become trur
This commit is contained in:
+2
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user