ibm_zos_core
ibm_zos_core copied to clipboard
[Enabler] [ac] Update ac tool to use ansible-lint 6.22
Is there an existing issue for this?
- [X] There are no existing issues.
Enabler description
In order to allow for development easy offline testing , update ac tool to use ansible-lint 6.22
Ansible module
No response
Increasing the size as it ended up needing additional changes to several scripts, I also updated the .ac
tool to support:
- Support for ansible-lint 6.22 was added to all managed venv's
- Support for additional algorithm support because some of the systems don't agree on RSA as a mutual signature algorithm.
- Added a venv template for ansible-core 2.17-beta
- Added the option to choose which venv to start based on its name (also added for stopping a venv)
- Added support to create a managed venv of the latest devel source in the community for ansible-core.
- fixed a script issues location awareness that resulting in error when run from another script, added a env for 2.17.
Fixed by #1484