4
0
Fork 0

lint updates

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2023-07-26 16:50:48 +01:00
parent 09c14e2ca8
commit 0ad7bf4848
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9
3 changed files with 5 additions and 7 deletions

View file

@ -3,8 +3,6 @@
- name: Reload sysctl
ansible.builtin.shell: sysctl --system
when:
- sysctl_updated.changed
- name: Sysctl flush ipv4 route table
ansible.posix.sysctl:

View file

@ -44,7 +44,7 @@
ansible.builtin.shell: nmcli radio all off
changed_when: false
failed_when: false
when: rhel_09_wifi_enabled is changed
when: rhel_09_wifi_enabled is changed # noqa no-handler
when:
- rhel9cis_rule_3_1_2
tags: