fix: use FQCN

This commit is contained in:
Guido Grazioli 2022-02-24 15:00:10 +01:00
commit b90684a44a
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B
21 changed files with 84 additions and 79 deletions

View file

@ -7,7 +7,7 @@
- name: Enable and start the firewalld service
become: yes
systemd:
ansible.builtin.systemd:
name: firewalld
enabled: yes
state: started