From b234d04fc97dd246040e7c1f6d4c5889c4b2e1e1 Mon Sep 17 00:00:00 2001 From: George Nalen Date: Mon, 7 Apr 2025 16:50:37 -0400 Subject: [PATCH] Fix for Jira Ticket sub-22 v2 Signed-off-by: George Nalen --- tasks/prelim.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/prelim.yml b/tasks/prelim.yml index 13afd85..5bb81f0 100644 --- a/tasks/prelim.yml +++ b/tasks/prelim.yml @@ -63,6 +63,7 @@ - name: "PRELIM | Gather accounts with empty password fields" ansible.builtin.shell: "cat /etc/shadow | awk -F: '($2 == \"\" ) {j++;print $1; } END {exit j}'" changed_when: false + failed_when: false check_mode: false register: empty_password_accounts tags: