Changed command for shell to delete all files
This commit is contained in:
parent
20425023fc
commit
71dc4ee53b
1 changed files with 1 additions and 1 deletions
|
|
@ -12,4 +12,4 @@
|
||||||
remove_volumes: true
|
remove_volumes: true
|
||||||
|
|
||||||
- name: Deleting infra folder contents
|
- name: Deleting infra folder contents
|
||||||
ansible.builtin.command: rm -r /opt/infra/*
|
ansible.builtin.shell: rm -r /opt/infra/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue