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

BaseConfig code cleanup for container CLI argument building #1339

Closed Shrews closed 9 months ago

Shrews commented 9 months ago

So that we can better track where our container CLI arguments are being modified, we change the following methods to return new command arguments rather than modify a parameter passed into the method: