forked from ansible-lockdown/RHEL9-CIS
feat: become true for all tasks
This commit is contained in:
parent
9bab97dccc
commit
a8190b8fcb
1 changed files with 233 additions and 230 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
---
|
---
|
||||||
# tasks file for RHEL9-CIS
|
# tasks file for RHEL9-CIS
|
||||||
|
|
||||||
|
- name: "RHEL9-CIS"
|
||||||
|
become: true
|
||||||
|
block:
|
||||||
- name: "Check OS version and family"
|
- name: "Check OS version and family"
|
||||||
when: os_check
|
when: os_check
|
||||||
tags: always
|
tags: always
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue