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

Add plain Ansible job in order to provide access to all available scripts

parent 7086c67c
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,14 @@ UpdateDockerImage:
script:
- docker pull "$CI_REGISTRY_IMAGE"
Ansible:
<<: *default_settings_cron
script:
- ascr ${CHAT_INPUT} ${ANSIBLE_EXTRA_ARGS}
except:
variables:
- $ANSIBLE_JOB_NAME && $ANSIBLE_JOB_NAME != "Ansible"
RenewLetsEncrypt:
<<: *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