forked from ansible-lockdown/RHEL9-CIS
removed system check
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
dbf5484f73
commit
0c3c26e11b
1 changed files with 0 additions and 8 deletions
|
|
@ -86,14 +86,6 @@ jobs:
|
|||
working-directory: .github/workflows
|
||||
run: cat hosts.yml
|
||||
|
||||
# Ensure system is up for connections before continuing
|
||||
|
||||
- name: Check system is up and running
|
||||
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 -vvv
|
||||
|
||||
# Run the ansible playbook
|
||||
- name: Run_Ansible_Playbook
|
||||
uses: arillso/action.playbook@master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue