I'm running kubespray - https://github.com/kubernetes-sigs/kubespray/ on GCP RHEL8 VMs.
When I'm executing my ansible-notebook, I'm getting the following issue for every VM in [bootstrap-os : Enable RHEL 8 repos] task.
fatal: [node3]: FAILED! => {
"changed": false,
"invocation": {
"module_args": {
"name": [
"rhel-8-for-*-baseos-rpms",
"rhel-8-for-*-appstream-rpms"
],
"purge": false,
"state": "enabled"
}
},
"msg": "The executable file subscription-manager was not found in PATH"
}
Do I need to add some configs to the VMs?