forked from ansible-lockdown/RHEL9-CIS
Update linux_benchmark_testing.yml
turned off ready check
This commit is contained in:
parent
9d91c2cba2
commit
0747cc978a
1 changed files with 5 additions and 5 deletions
10
.github/workflows/linux_benchmark_testing.yml
vendored
10
.github/workflows/linux_benchmark_testing.yml
vendored
|
|
@ -89,11 +89,11 @@ jobs:
|
||||||
|
|
||||||
# Ensure system is up for connections before continuing
|
# Ensure system is up for connections before continuing
|
||||||
|
|
||||||
- name: Check system is up and running
|
# - name: Check system is up and running
|
||||||
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 -vvv
|
# 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