4
0
Fork 0

container var usage improvement

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-06-20 17:03:45 +01:00
parent 33ebfea653
commit b0e038bd45
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB

View file

@ -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: