This commit is contained in:
2025-07-17 17:52:50 +08:00
parent e4d67ca56a
commit bb7104fa17
+2 -2
View File
@@ -11,7 +11,7 @@
- name: Local Dicrectory for Docker Compose File
ansible.builtin.file:
path: /home/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}}
path: /home/chiefsoft/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}}
state: directory
register: local_dir
delegate_to: localhost
@@ -28,7 +28,7 @@
- name: Set up docker-compose file
template:
src: "/home/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}}/docker-compose.yml"
src: "/home/chiefsoft/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}}/docker-compose.yml"
dest: "{{DESTINATION_FOLDER}}"
- name: docker compose up