forked from jakub/ansible
fix: add become directive to ensure remote compose directory is removed
This commit is contained in:
@@ -63,6 +63,7 @@
|
|||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ compose_remote_dir }}"
|
path: "{{ compose_remote_dir }}"
|
||||||
state: absent
|
state: absent
|
||||||
|
become: true
|
||||||
|
|
||||||
- name: Ensure remote compose directory exists
|
- name: Ensure remote compose directory exists
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
|
|||||||
Reference in New Issue
Block a user