mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-30 00:21:36 -07:00
use proper service name in task names
This commit is contained in:
parent
33e80a0cd4
commit
e773e12e24
10 changed files with 26 additions and 29 deletions
|
@ -12,7 +12,7 @@
|
|||
enabled: yes
|
||||
state: started
|
||||
|
||||
- name: Configure firewall for keycloak ports
|
||||
- name: "Configure firewall for {{ keycloak.service_name }} ports"
|
||||
become: yes
|
||||
firewalld:
|
||||
port: "{{ item }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue