fix: Apply linter fixes 🚨
Some checks failed
CI / lint (push) Failing after 13s
CI / release (push) Has been skipped
CI / notify (push) Has been skipped

This commit is contained in:
2024-08-20 11:32:48 +12:00
parent 744235ec45
commit 50725f0195
5 changed files with 18 additions and 16 deletions

View File

@@ -5,7 +5,7 @@
service:
name: firewalld
state: stopped
enabled: no
enabled: false
when:
- ansible_facts.os_family == 'RedHat'
- ansible_facts.service_mgr == 'systemd'
@@ -17,7 +17,7 @@
service:
name: ufw
state: stopped
enabled: no
enabled: false
when:
- ansible_facts.distribution == 'Ubuntu'
ignore_errors: true