-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It is a bug that you can use absolute path here. Only relative paths allowed. To use inventory in the external directory you must use For example, if your inventory located in
|
Beta Was this translation helpful? Give feedback.
-
Thanks! Then the issue should be re-opened to prevent data input starting with a / be entered :).
Aahhhh the name repository is very confusing. I indeed thought it was talking about a git repo. Will give it a try, thanks! |
Beta Was this translation helpful? Give feedback.
It is a bug that you can use absolute path here.
Only relative paths allowed.
To use inventory in the external directory you must use
Repository
field.For example, if your inventory located in
/opt/ansible/scripts/ansible-lxd-inventory/...
you can:/opt/ansible/scripts
.Repository
.ansible-lxd-inventory/...
.