Ilkka Tengvall
Ilkka Tengvall
after I updated ansible -collection, the error changed: ``` fatal: [localhost]: FAILED! => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.13" }, "changed": false, "invocation": { "module_args": { "aap_token": null, "client_id": null, "client_secret":...
the collecitons versions as of today, I just updated it: ``` # /var/home/itengval/.ansible/collections/ansible_collections Collection Version -------------------------------- ------------ community.general 10.1.0 community.kubernetes 2.0.1 kubernetes.core 2.3.0 # /var/home/itengval/src/redhatnordicssa/cool-lab/collections/ansible_collections Collection Version -------------------------------- ------------ amazon.aws...
I changed the subscriptions task to have the client id and secret: ``` - name: subscription | Get subscriptions with a filter ansible.controller.subscriptions: client_id: "{{ redhat_subscription_username }}" client_secret: "{{ redhat_subscription_password...