mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 14:01:42 -07:00
Remove unnecessary absolute paths from tests.
This commit is contained in:
parent
d2a9b16f7e
commit
f06474ae4f
8 changed files with 20 additions and 22 deletions
|
@ -3,4 +3,4 @@
|
|||
set -eux
|
||||
|
||||
ansible-playbook module_utils_test.yml -i ../../inventory -v "$@"
|
||||
ANSIBLE_MODULE_UTILS=$(pwd)/other_mu_dir ansible-playbook module_utils_envvar.yml -i ../../inventory -v "$@"
|
||||
ANSIBLE_MODULE_UTILS=other_mu_dir ansible-playbook module_utils_envvar.yml -i ../../inventory -v "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue