correctly delete local ressources

This commit is contained in:
2023-06-07 10:57:09 +02:00
parent e465a877cf
commit bee4b6a526

View File

@@ -69,4 +69,6 @@
- name: delete temp ansible.builtin.files
ansible.builtin.file:
path: /tmp/sib_10
state: absent
state: absent
delegate_to: localhost
become: false