mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Remove unnecessary absolute paths from tests.
This commit is contained in:
@@ -16,4 +16,5 @@
|
||||
- assert:
|
||||
that:
|
||||
- result is failed
|
||||
- "'an error with' in result.msg" # makes sure plugin was found
|
||||
- debug_task is success
|
||||
|
||||
@@ -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 "$@"
|
||||
|
||||
Reference in New Issue
Block a user