You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to trigger an Automation Platform template with a self hosted runner. I use the latest version of the aap_controller_action and it is working up to a point where I get the following error:
TASK [update project for scm allow_override and scm_update_on_launch] **********
Friday 15 March 2024 13:37:49 +0000 (0:00:00.038) 0:00:04.459 **********
[WARNING]: You are using the awx version of this collection but connecting to
Red Hat Ansible Automation Platform
fatal: [localhost]: FAILED! => changed=false
msg: Project update failed
I noticed that the action changes the "Source Control URL" on the Automation Platform Project from ssh to https, which breaks authentication since we use ssh key.
How can I avoid this change and run my template job as it is configured?
Thanks
The text was updated successfully, but these errors were encountered:
I am trying to trigger an Automation Platform template with a self hosted runner. I use the latest version of the aap_controller_action and it is working up to a point where I get the following error:
I noticed that the action changes the "Source Control URL" on the Automation Platform Project from ssh to https, which breaks authentication since we use ssh key.
How can I avoid this change and run my template job as it is configured?
Thanks
The text was updated successfully, but these errors were encountered: