Remove unnecessary absolute paths from tests.

This commit is contained in:
Matt Clay
2019-01-16 22:34:09 -08:00
parent d2a9b16f7e
commit f06474ae4f
8 changed files with 20 additions and 22 deletions

View File

@@ -16,4 +16,5 @@
- assert:
that:
- result is failed
- "'an error with' in result.msg" # makes sure plugin was found
- debug_task is success

View File

@@ -2,4 +2,4 @@
set -o nounset -o errexit -o xtrace
ANSIBLE_CONNECTION_PLUGINS="$(pwd)/plugin" ansible-playbook -i inventory "$(pwd)/play.yml" -v "$@"
ansible-playbook -i inventory "play.yml" -v "$@"