mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-30 00:21:36 -07:00
fix: use FQCN
This commit is contained in:
parent
73bbca9fc1
commit
b90684a44a
21 changed files with 84 additions and 79 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
- name: Enable and start the firewalld service
|
||||
become: yes
|
||||
systemd:
|
||||
ansible.builtin.systemd:
|
||||
name: firewalld
|
||||
enabled: yes
|
||||
state: started
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue