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

Improve direct Ansible tasks for scheduled pipelines only

parent 66cddf63
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ Ansible:
AnsibleDirect:
<<: *default_settings_cron
script:
- a ${CHAT_INPUT} ${ANSIBLE_EXTRA_ARGS}
- a -m ${ANSIBLE_COMMAND} -a "${ANSIBLE_ARGS}" ${ANSIBLE_EXTRA_ARGS}
except:
variables:
- $ANSIBLE_JOB_NAME && $ANSIBLE_JOB_NAME != "AnsibleDirect"
......
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