Improve ansible code so that ansibe-lint shows fewer errors

This commit is contained in:
Raphael Dannecker 2025-03-24 07:33:56 +01:00
parent e8ef744f59
commit f965f4466c
23 changed files with 228 additions and 189 deletions

View file

@ -10,7 +10,7 @@
ansible.builtin.systemd:
name: firewalld
state: stopped
when: result.changed
when: result.changed # noqa: no-handler
- name: Disable firewalld-service
ansible.builtin.systemd: