If you get below error;
TASK [ocp4-install-gitops : Create Namespaces] *********************************
fatal: [localhost]: FAILED! => {"msg": "Could not find imported module support code for ansiblemodule. Looked for either AnsibleTurboModule.py or module.py"}
You should install cloud.common collection using below command.
ansible-galaxy collection install cloud.common
Thank you so much for saving me a lot of headache 🙂