Skip to content

Commit e280e7b

Browse files
committed
Update entrypoint.sh
1 parent 06c677f commit e280e7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ tee playbook.yml << EOF
6161
6262
- name: retrieve job info
6363
uri:
64-
url: https://"$CONTROLLER_HOST"/api/v2/jobs/{{ job_output.id }}/stdout/?format=json
64+
url: https://$CONTROLLER_HOST/api/v2/jobs/{{ job_output.id }}/stdout/?format=json
6565
method: GET
6666
user: "$CONTROLLER_USERNAME"
6767
password: "$CONTROLLER_PASSWORD"
@@ -82,6 +82,6 @@ if [ $? -eq 0 ]; then
8282
else
8383
echo "Ansible Job has failed"
8484
exit 1
85-
fi%
85+
fi
8686

8787
echo "END OF AAP - Automation controller Github Action"

0 commit comments

Comments
 (0)