Could I request a the ansible-lint RPM for the AIX platform (7.2 or 7.3)?
I have tried to build it on my own (pip3 install) but it was not successful due to some dependency errors. If you have any hints on how to make this module work on AIX please let me know.
Hi @Vasiliy GokoyevI was able to build it with just the below command. Try and let me know in case you see issues. I had done dnf install ansible* before this. > pip3 install ansible-lint --root=$PWD/install_ansible -vv
dnf install ansible*