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

Remove verbose output again

parent f431f72e
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} -vv
- ascr ${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 -vv -m ${ANSIBLE_COMMAND} -a "${ANSIBLE_ARGS}" ${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