forked from ansible-lockdown/RHEL9-CIS
removed split filter allowing old ansible versions
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
98feeb1b01
commit
a759c38902
2 changed files with 7 additions and 2 deletions
|
|
@ -119,7 +119,7 @@
|
|||
ansible.builtin.user:
|
||||
name: "{{ item }}"
|
||||
groups: "{{ rhel9cis_sugroup | default('wheel') }}"
|
||||
loop: "{{ rhel9cis_sugroup_users | split (',') }}"
|
||||
loop: "{{ rhel9cis_sugroup_users }}"
|
||||
when:
|
||||
- rhel9cis_rule_5_3_7
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue