CI: cleanups leftovers things

include_vars is redundant as the file is already included by extra_vars
This commit is contained in:
Max Gautier
2025-03-20 10:39:32 +01:00
parent f6ca3bf477
commit ef133fd93d
2 changed files with 0 additions and 5 deletions

View File

@@ -54,7 +54,6 @@ fi
run_playbook () {
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 \
-e @tests/common_vars.yml \
-e @tests/files/${TESTCASE}.yml \