From c68afd344b4ba8bd76bab5d91d9a790dc3f56311 Mon Sep 17 00:00:00 2001 From: David Norman Date: Fri, 1 Dec 2023 13:42:15 -0500 Subject: [PATCH] Update onboarding_setup.yml Don't worry about whether the package extracted when uninstalling. --- tasks/onboarding_setup.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/onboarding_setup.yml b/tasks/onboarding_setup.yml index abf5e91..f0ce0a2 100644 --- a/tasks/onboarding_setup.yml +++ b/tasks/onboarding_setup.yml @@ -32,6 +32,7 @@ verbosity: 3 when: - unarchive_out is defined + - not uninstall tags: - onboarding - molecule-notest @@ -43,6 +44,7 @@ - unarchive_out is defined - unarchive_out.failed - not 'Failed to find handler' in unarchive_out.msg + - not uninstall tags: - onboarding - molecule-notest