mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Use relative inventory paths instead of symlinks.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
../../inventory
|
||||
@@ -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 "$@"
|
||||
|
||||
Reference in New Issue
Block a user