From c871e09afe175e81b1148448e189109d938c8ed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 10 Feb 2021 16:55:29 +0100 Subject: [PATCH] Fix file module usage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- playbooks/manual/noggin-deployment/uninstall_ipa_client.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/playbooks/manual/noggin-deployment/uninstall_ipa_client.yml b/playbooks/manual/noggin-deployment/uninstall_ipa_client.yml index 4b96c3d3b3..bb32b4970c 100644 --- a/playbooks/manual/noggin-deployment/uninstall_ipa_client.yml +++ b/playbooks/manual/noggin-deployment/uninstall_ipa_client.yml @@ -63,8 +63,9 @@ tasks: - name: Remove keytab - file: "/etc/openshift_apps/{{item.app}}/{{item.key}}.kt" - state: absent + file: + path: "/etc/openshift_apps/{{item.app}}/{{item.key}}.kt" + state: absent loop: "{{keytabs}}" - name: Remove keytab secret