From a32f181f956501a139ba62517a465d741632be0a Mon Sep 17 00:00:00 2001 From: madereddy <49539048+madereddy@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:11:33 -0500 Subject: [PATCH] Update force to true --- playbooks/clean.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/clean.yml b/playbooks/clean.yml index d939558..47f61c8 100644 --- a/playbooks/clean.yml +++ b/playbooks/clean.yml @@ -11,4 +11,5 @@ - name: Remove build folder ansible.builtin.file: state: absent - path: ~/OCI_Build/docker + path: ~/OCI_Build/ + force: true