4
0
Fork 0

removed travis variable

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-04-01 16:37:24 +01:00
parent f0c4701dbd
commit a7403f860f
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB
3 changed files with 0 additions and 4 deletions

View file

@ -1,7 +1,6 @@
--- ---
# defaults file for rhel9-cis # defaults file for rhel9-cis
rhel9cis_skip_for_travis: false
system_is_container: false system_is_container: false
container_vars_file: is_container.yml container_vars_file: is_container.yml
# rhel9cis is left off the front of this var for consistency in testing pipeline # rhel9cis is left off the front of this var for consistency in testing pipeline

View file

@ -110,8 +110,6 @@
failed_when: false failed_when: false
args: args:
warn: false warn: false
when:
- not rhel9cis_skip_for_travis
tags: tags:
- skip_ansible_lint - skip_ansible_lint

View file

@ -29,7 +29,6 @@
state: started state: started
enabled: yes enabled: yes
when: when:
- not rhel9cis_skip_for_travis
- rhel9cis_rule_4_1_1_2 - rhel9cis_rule_4_1_1_2
- ansible_connection != 'docker' - ansible_connection != 'docker'
tags: tags: