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

ansible-inventories/arocom#2960 Temporarily use verbose mode to see if the retry feature works

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