Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing duplicate variable signifying containerized systems. #74

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ audit_cmd_timeout: 60000
# tweak role to run in a chroot, such as in kickstart %post script
ubtu22cis_system_is_chroot: "{{ ansible_is_chroot | default(False) }}"

# tweak role to run in a non-privileged container
ubtu22cis_system_is_container: false

# skip events for ec2 instance testing pipeline
system_is_ec2: false

Expand Down
2 changes: 1 addition & 1 deletion tasks/prelim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
when:
- ubtu22cis_rule_3_1_2
- ubtu22cis_install_network_manager
- not ubtu22cis_system_is_container
- not system_is_container
- "'network-manager' not in ansible_facts.packages"
tags:
- always
Expand Down