Skip to content

Commit 1a6894e

Browse files
committed
Update entrypoint.sh
1 parent 4b12173 commit 1a6894e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

entrypoint.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ tee playbook.yml << EOF
4343
controller_host: "$CONTROLLER_HOST"
4444
EOF
4545

46-
cat playbook.yml
46+
ansible-galaxy collection list
47+
ls /root/.ansible/collections/ansible_collections
4748

48-
ansible-playbook playbook.yml
49+
/usr/local/bin/ansible-playbook playbook.yml
4950

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

0 commit comments

Comments
 (0)