CI: directly use ANSIBLE_VERBOSITY instead of tweaking command line

https://docs.ansible.com/ansible/latest/reference_appendices/config.html#envvar-ANSIBLE_VERBOSITY
This commit is contained in:
Max Gautier
2024-11-04 13:18:04 +01:00
parent b5464afa55
commit 236a7486f4
3 changed files with 1 additions and 3 deletions

View File

@@ -55,7 +55,6 @@ playbook=$1
shift
# We can set --limit here and still pass it as supplemental args because `--limit` is a 'last one wins' option
ansible-playbook \
$ANSIBLE_LOG_LEVEL \
-e @tests/common_vars.yml \
-e @tests/files/${CI_JOB_NAME}.yml \
-e local_release_dir=${PWD}/downloads \