1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Move var precedence check to integration tests.

This commit is contained in:
Matt Clay 2018-03-20 23:15:37 -07:00
parent eebe728ae8
commit 8daa80e5bb
2 changed files with 2 additions and 0 deletions

View file

@ -5,3 +5,5 @@ set -eux
ansible-playbook test_var_precedence.yml -i ../../inventory -v "$@" \
-e 'extra_var=extra_var' \
-e 'extra_var_override=extra_var_override'
./ansible-var-precedence-check.py