Skip to content

Commit 2aa9d60

Browse files
authored
Merge pull request #1220 from stackhpc/yoga-cis-no-always
CIS: Remove always tag from include_role tasks
2 parents f8ed8c1 + d1c589b commit 2aa9d60

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

etc/kayobe/ansible/cis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,11 @@
3232
- include_role:
3333
name: ansible-lockdown.rhel8_cis
3434
when: ansible_facts.os_family == 'RedHat' and ansible_facts.distribution_major_version == '8'
35-
tags: always
3635

3736
- include_role:
3837
name: ansible-lockdown.rhel9_cis
3938
when: ansible_facts.os_family == 'RedHat' and ansible_facts.distribution_major_version == '9'
40-
tags: always
4139

4240
- include_role:
4341
name: ansible-lockdown.ubuntu22_cis
4442
when: ansible_facts.distribution == 'Ubuntu' and ansible_facts.distribution_major_version == '22'
45-
tags: always

0 commit comments

Comments
 (0)