add fqcn to firewalld tasks

This commit is contained in:
Guido Grazioli
2022-12-13 10:50:53 +01:00
parent ab1c06a2e8
commit db111aaf3a
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