mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-10-01 22:13:30 -07:00
AMW-365 Keycloak collection GitHub action molecule pipelines are breaking because of sudo permission issue
This commit is contained in:
parent
910a2aa5d4
commit
e8bed51fb9
34 changed files with 100 additions and 99 deletions
|
@ -16,5 +16,5 @@
|
|||
enabled: true
|
||||
state: restarted
|
||||
daemon_reload: true
|
||||
become: true
|
||||
become: "{{ keycloak_install_requires_become | default(true) }}"
|
||||
when: inventory_hostname != ansible_play_hosts | first
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue