We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When inventory is provided via a Python dict, the output is not written to the correct path in the directory structure. This snippet:
dict
ansible-runner/src/ansible_runner/utils/__init__.py
Line 234 in 58b7ff5
inventory/hosts.json
inventory/hosts
ansible-runner/src/ansible_runner/config/runner.py
Line 163 in 58b7ff5
The text was updated successfully, but these errors were encountered:
I've been digging in to the inventory related code recently and can confirm this is definitely a thing that has been broken for a while.
Sorry, something went wrong.
Fixed by #1304
Successfully merging a pull request may close this issue.
When inventory is provided via a Python
dict
, the output is not written to the correct path in the directory structure. This snippet:ansible-runner/src/ansible_runner/utils/__init__.py
Line 234 in 58b7ff5
inventory/hosts.json
while the runner looks for the inventory ininventory/hosts
which is set (for containerized mode) inansible-runner/src/ansible_runner/config/runner.py
Line 163 in 58b7ff5
The text was updated successfully, but these errors were encountered: