Skip to content

Commit

Permalink
Merge pull request #29 from siemens/siemens/feat/r_1.6.1.x_r_1.9_impo…
Browse files Browse the repository at this point in the history
…rting_tasks

Fixing issue #28
  • Loading branch information
uk-bolly authored Jan 26, 2024
2 parents 758bb04 + 592fbbd commit 53b254a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/section_1/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
file: cis_1.5.x.yml

- name: "SECTION | 1.6 | Mandatory Access Control"
ansible.builtin.include_tasks:
ansible.builtin.import_tasks:
file: cis_1.6.1.x.yml
when: not amzn2023cis_selinux_disable

Expand All @@ -67,5 +67,5 @@
file: cis_1.8.yml

- name: "SECTION | 1.9 | Crypto policies"
ansible.builtin.include_tasks:
ansible.builtin.import_tasks:
file: cis_1.9.yml

0 comments on commit 53b254a

Please sign in to comment.