From b76bb4691eec0f9b1c199f5f3fab41c70cb6b438 Mon Sep 17 00:00:00 2001 From: xfnw Date: Fri, 11 Mar 2022 11:27:15 -0500 Subject: [PATCH] make unconfigure consistent with other playbooks --- unconfigure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unconfigure.yml b/unconfigure.yml index 87483d4..902d92f 100644 --- a/unconfigure.yml +++ b/unconfigure.yml @@ -3,7 +3,7 @@ tasks: - name: delete configure - ansible.builtin.file: + file: path: /home/ircd/solanum/configure state: absent