added debug

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-07-26 15:12:02 +01:00
parent 363fe9b0c6
commit 125566fcf2
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB

View file

@ -87,7 +87,7 @@ jobs:
working-directory: .github/workflows
id: test_os
run: >-
ansible all -i hosts.yml -m wait_for -a "port=22 delay=10 timeout=600 " --private-key=.ssh/github_actions.pem -u ec2-user
ansible all -i hosts.yml -m wait_for -a "port=22 delay=10 timeout=600" --private-key=.ssh/github_actions.pem -u ec2-user -vvv
# Run the ansible playbook