We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c677f commit e280e7bCopy full SHA for e280e7b
entrypoint.sh
@@ -61,7 +61,7 @@ tee playbook.yml << EOF
61
62
- name: retrieve job info
63
uri:
64
- url: https://"$CONTROLLER_HOST"/api/v2/jobs/{{ job_output.id }}/stdout/?format=json
+ url: https://$CONTROLLER_HOST/api/v2/jobs/{{ job_output.id }}/stdout/?format=json
65
method: GET
66
user: "$CONTROLLER_USERNAME"
67
password: "$CONTROLLER_PASSWORD"
@@ -82,6 +82,6 @@ if [ $? -eq 0 ]; then
82
else
83
echo "Ansible Job has failed"
84
exit 1
85
-fi%
+fi
86
87
echo "END OF AAP - Automation controller Github Action"
0 commit comments