mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
container var usage improvement
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
33ebfea653
commit
b0e038bd45
1 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@
|
|||
modprobe:
|
||||
name: cramfs
|
||||
state: absent
|
||||
when: ansible_connection != 'docker'
|
||||
when: not system_is_container
|
||||
when:
|
||||
- rhel9cis_rule_1_1_1_1
|
||||
tags:
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
modprobe:
|
||||
name: squashfs
|
||||
state: absent
|
||||
when: ansible_connection != 'docker'
|
||||
when: not system_is_container
|
||||
when:
|
||||
- rhel9cis_rule_1_1_1_2
|
||||
tags:
|
||||
|
|
@ -64,7 +64,7 @@
|
|||
modprobe:
|
||||
name: udf
|
||||
state: absent
|
||||
when: ansible_connection != 'docker'
|
||||
when: not system_is_container
|
||||
when:
|
||||
- rhel9cis_rule_1_1_1_3
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue