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
957 stars 352 forks source link

docs/execution_environment.rst: add a note with reference to Getting started EE guide #1301

Closed Andersson007 closed 1 year ago

Andersson007 commented 1 year ago

This PR:

Andersson007 commented 1 year ago

I don't see a relation between the red test checks and the changes, so ready for review

Shrews commented 1 year ago

@Andersson007 Looks fine to me. A fix for the CI failures has just merged. Please rebase this change and the tests should pass for you, then we can merge it. Thanks.

Andersson007 commented 1 year ago

@Shrews done, thanks, PTAL

Andersson007 commented 1 year ago

@Shrews thanks for reviewing and merging!