From bee4b6a526557a93e3970abf19e4207b83749c81 Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Wed, 7 Jun 2023 10:57:09 +0200 Subject: [PATCH] correctly delete local ressources --- apache.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apache.yml b/apache.yml index adde2ac..77f3b1d 100644 --- a/apache.yml +++ b/apache.yml @@ -69,4 +69,6 @@ - name: delete temp ansible.builtin.files ansible.builtin.file: path: /tmp/sib_10 - state: absent \ No newline at end of file + state: absent + delegate_to: localhost + become: false \ No newline at end of file