4
0
forked from jakub/ansible

fix: add become directive to ensure remote compose directory is removed

This commit is contained in:
martin.fencl
2026-07-10 10:14:29 +02:00
parent 4007b07810
commit 72dfc1ef07
+1
View File
@@ -63,6 +63,7 @@
ansible.builtin.file:
path: "{{ compose_remote_dir }}"
state: absent
become: true
- name: Ensure remote compose directory exists
ansible.builtin.file: