Skip to content

Commit

Permalink
removed exccess comment on warnvar
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
  • Loading branch information
uk-bolly committed Sep 25, 2023
1 parent a10cea0 commit 0d89c97
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tasks/section_3/cis_3.4.2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
ansible.builtin.import_tasks:
file: warning_facts.yml
vars:
warn_control_id: '3.4.2.3 NFTables changes not supported'
warn_control_id: '3.4.2.3'
when:
- ubtu20cis_rule_3_4_2_3
- ubtu20cis_firewall_package == "nftables"
Expand All @@ -68,7 +68,7 @@
ansible.builtin.import_tasks:
file: warning_facts.yml
vars:
warn_control_id: '3.4.2.4 NFTables changes not supported'
warn_control_id: '3.4.2.4'
when:
- ubtu20cis_rule_3_4_2_4
- ubtu20cis_firewall_package == "nftables"
Expand All @@ -90,7 +90,7 @@
ansible.builtin.import_tasks:
file: warning_facts.yml
vars:
warn_control_id: '3.4.2.5 NFTables changes not supported'
warn_control_id: '3.4.2.5'
when:
- ubtu20cis_rule_3_4_2_5
- ubtu20cis_firewall_package == "nftables"
Expand All @@ -112,7 +112,7 @@
ansible.builtin.import_tasks:
file: warning_facts.yml
vars:
warn_control_id: '3.4.2.6 NFTables changes not supported'
warn_control_id: '3.4.2.6'
when:
- ubtu20cis_rule_3_4_2_6
- ubtu20cis_firewall_package == "nftables"
Expand All @@ -134,7 +134,7 @@
ansible.builtin.import_tasks:
file: warning_facts.yml
vars:
warn_control_id: '3.4.2.7 NFTables changes not supported'
warn_control_id: '3.4.2.7'
when:
- ubtu20cis_rule_3_4_2_7
- ubtu20cis_firewall_package == "nftables"
Expand All @@ -156,7 +156,7 @@
ansible.builtin.import_tasks:
file: warning_facts.yml
vars:
warn_control_id: '3.4.2.8 NFTables changes not supported'
warn_control_id: '3.4.2.8'
when:
- ubtu20cis_rule_3_4_2_8
- ubtu20cis_firewall_package == "nftables"
Expand All @@ -178,7 +178,7 @@
ansible.builtin.import_tasks:
file: warning_facts.yml
vars:
warn_control_id: '3.4.2.9 NFTables changes not supported'
warn_control_id: '3.4.2.9'
when:
- ubtu20cis_rule_3_4_2_9
- ubtu20cis_firewall_package == "nftables"
Expand All @@ -200,7 +200,7 @@
ansible.builtin.import_tasks:
file: warning_facts.yml
vars:
warn_control_id: '3.4.2.10 NFTables changes not supported'
warn_control_id: '3.4.2.10'
when:
- ubtu20cis_rule_3_4_2_10
- ubtu20cis_firewall_package == "nftables"
Expand Down

0 comments on commit 0d89c97

Please sign in to comment.