ansible / ansible-runner

A tool and python library that helps when interfacing with Ansible directly or as part of another system whether that be through a container image interface, as a standalone tool, or as a Python module that can be imported. The goal is to provide a stable and consistent interface abstraction to Ansible.
Other
968 stars 356 forks source link

Contenerized ansible-playbook inventory path #1347

Closed alexandrtru closed 6 months ago

alexandrtru commented 8 months ago

Hello, team!

I've been faced an issue when i passed my inventory as python dictionary to ansible-runner. I see the solution of issue was accepted at PR #1304. It's works as expected, and run playbook in container correctly.

But this fix missing at last release 2.3.6 (https://github.com/ansible/ansible-runner/blob/709cdfc7c595d6fc24b0549eefa99c487cb0e402/ansible_runner/config/runner.py#L164).

Can you tell me please when this fix will be in release? Or i'm doing something wrong?

Thanks!

ktkd commented 8 months ago

looks interested, could you please provide a more information?

Shrews commented 8 months ago

I believe there are a couple of inventory related fixes we should backport to 2.3. I'll put those on my list for the next release (no timeframe as of yet).

alexandrtru commented 8 months ago

@Shrews thanks a lot!

Shrews commented 6 months ago

You should find this fix now in the latest release (2.4).

alexandrtru commented 6 months ago

Yeah! Thanks @Shrews !