forked from ansible-lockdown/RHEL9-CIS
lint and var renaming
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
fa13b06b1f
commit
879d9c9a1b
18 changed files with 84 additions and 86 deletions
|
|
@ -32,10 +32,10 @@
|
|||
ansible.builtin.package:
|
||||
name: authselect
|
||||
state: latest
|
||||
register: rhel9cis_authselect_update
|
||||
register: discovered_authselect_updated
|
||||
|
||||
- name: "5.3.1.2 | AUDIT | Ensure latest version of authselect is installed | Patch"
|
||||
when: rhel9cis_authselect_update.changed # noqa no-handler
|
||||
when: discovered_authselect_updated.changed # noqa no-handler
|
||||
ansible.builtin.set_fact:
|
||||
authselect_update: OK
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue