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

@ -1,5 +1,5 @@
- name: Reload sshd
systemd:
ansible.builtin.systemd:
name: sshd
state: reloaded
when: not run_in_installer|default(false)|bool