Use relative inventory paths instead of symlinks.

This commit is contained in:
Matt Clay
2019-01-07 17:54:11 -08:00
parent c04b69208d
commit 4915920d71
8 changed files with 5 additions and 9 deletions

View File

@@ -1 +0,0 @@
../../inventory

View File

@@ -11,4 +11,4 @@ fi
# This playbook calls a lookup which shadows a keyword.
# This is an ok situation, and should not error
ansible-playbook playbook_lookup.yml -i inventory -e @../../integration_config.yml "$@"
ansible-playbook playbook_lookup.yml -i ../../inventory -e @../../integration_config.yml "$@"