mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
removed travis variable
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
f0c4701dbd
commit
a7403f860f
3 changed files with 0 additions and 4 deletions
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
# defaults file for rhel9-cis
|
||||
|
||||
rhel9cis_skip_for_travis: false
|
||||
system_is_container: false
|
||||
container_vars_file: is_container.yml
|
||||
# rhel9cis is left off the front of this var for consistency in testing pipeline
|
||||
|
|
|
|||
|
|
@ -110,8 +110,6 @@
|
|||
failed_when: false
|
||||
args:
|
||||
warn: false
|
||||
when:
|
||||
- not rhel9cis_skip_for_travis
|
||||
tags:
|
||||
- skip_ansible_lint
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
state: started
|
||||
enabled: yes
|
||||
when:
|
||||
- not rhel9cis_skip_for_travis
|
||||
- rhel9cis_rule_4_1_1_2
|
||||
- ansible_connection != 'docker'
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue