I need to understand to write ansible module in shellcode to install python on controller machine. we know without python on controller machine we can’t run ansible modules.
some of operating system (RHEL8) does not come up with python and we can’t run ansible modules. Need to write shellcode moudle to install python to run sudo yum install python.
can you help me how to write shellcode module and integrated with ansible and make sure to install by running playbook.