AMW-365 Keycloak collection GitHub action molecule pipelines are breaking because of sudo permission issue

This commit is contained in:
Ranabir Chakraborty 2025-02-14 22:03:26 +05:30
commit e8bed51fb9
34 changed files with 100 additions and 99 deletions

View file

@ -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