forked from ansible-lockdown/RHEL9-CIS
add debug
This commit is contained in:
parent
c24f0a3a71
commit
32ce7b569f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue