Skip to content
Snippets Groups Projects
Commit a3b2b6df authored by jurgenhaas's avatar jurgenhaas
Browse files

Add task to update keycloak

parent c69537b3
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,14 @@ UpdateCollabora:
variables:
- $ANSIBLE_JOB_NAME && $ANSIBLE_JOB_NAME != "UpdateCollabora"
UpdateKeycloak:
<<: *default_settings_cron
script:
- ascr role keycloak ${CHAT_INPUT} ${ANSIBLE_EXTRA_ARGS}
except:
variables:
- $ANSIBLE_JOB_NAME && $ANSIBLE_JOB_NAME != "UpdateKeycloak"
UpdateMatterbridge:
<<: *default_settings_cron
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment