4
0
Fork 0

add debug

This commit is contained in:
uk-bolly 2022-07-26 13:59:10 +01:00 committed by GitHub
parent c24f0a3a71
commit 32ce7b569f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,7 @@ jobs:
working-directory: .github/workflows working-directory: .github/workflows
id: test_os id: test_os
run: >- 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 # Run the ansible playbook
- name: Run_Ansible_Playbook - name: Run_Ansible_Playbook