add fqcn to firewalld tasks

This commit is contained in:
Guido Grazioli 2022-12-13 10:50:53 +01:00
parent ab1c06a2e8
commit db111aaf3a
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
- name: "Configure firewall for {{ keycloak.service_name }} ports"
become: yes
firewalld:
ansible.posix.firewalld:
port: "{{ item }}"
permanent: true
state: enabled

View file

@ -14,7 +14,7 @@
- name: "Configure firewall for {{ keycloak.service_name }} ports"
become: yes
firewalld:
ansible.posix.firewalld:
port: "{{ item }}"
permanent: true
state: enabled