summaryrefslogtreecommitdiff
path: root/test/integration/targets/filters
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2019-01-07 17:54:11 -0800
committerMatt Clay <matt@mystile.com>2019-01-09 19:10:34 -0800
commit4915920d7178c7f86a16690fe4b152b98cecead9 (patch)
tree19526d9e7f5c2d51213dabc66b8edb90f5ac25ec /test/integration/targets/filters
parentc04b69208df4223303c4654c103f61986ef1eaf5 (diff)
downloadansible-4915920d7178c7f86a16690fe4b152b98cecead9.tar.gz
Use relative inventory paths instead of symlinks.
Diffstat (limited to 'test/integration/targets/filters')
l---------test/integration/targets/filters/inventory1
-rwxr-xr-xtest/integration/targets/filters/runme.sh2
2 files changed, 1 insertions, 2 deletions
diff --git a/test/integration/targets/filters/inventory b/test/integration/targets/filters/inventory
deleted file mode 120000
index c743258cef..0000000000
--- a/test/integration/targets/filters/inventory
+++ /dev/null
@@ -1 +0,0 @@
-../../inventory \ No newline at end of file
diff --git a/test/integration/targets/filters/runme.sh b/test/integration/targets/filters/runme.sh
index 49c1e1b45e..c3a63730e3 100755
--- a/test/integration/targets/filters/runme.sh
+++ b/test/integration/targets/filters/runme.sh
@@ -6,4 +6,4 @@ set -eux
# because plugins and requirements are loaded before the task runs
pip install jmespath
-ANSIBLE_ROLES_PATH=../ ansible-playbook filters.yml -i inventory -e @../../integration_config.yml "$@"
+ANSIBLE_ROLES_PATH=../ ansible-playbook filters.yml -i ../../inventory -e @../../integration_config.yml "$@"