Changed command for shell to delete all files

This commit is contained in:
Manuel Forcén Muñoz 2024-10-21 11:09:58 +02:00
parent 20425023fc
commit 71dc4ee53b

View file

@ -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/*