Skip to content

Commit

Permalink
Merge pull request #12152 from namoyer10/idempotency_users_nopasswd
Browse files Browse the repository at this point in the history
Update ansible remediation  CCE-85972-8 to support idempotency
  • Loading branch information
marcusburghardt authored Jul 18, 2024
2 parents 4817a00 + 97b87d5 commit ce7a0d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
command: >
awk -F: '!$2 {print $1}' /etc/shadow
register: users_nopasswd
changed_when: false

- name: Lock users with no password
command: >
Expand Down

0 comments on commit ce7a0d9

Please sign in to comment.