forked from ansible-lockdown/RHEL9-CIS
fix typo
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
c02024ef69
commit
1836ae14d7
1 changed files with 1 additions and 2 deletions
|
|
@ -83,13 +83,12 @@ jobs:
|
||||||
|
|
||||||
# Ensure system is up for connections before continuing
|
# Ensure system is up for connections before continuing
|
||||||
|
|
||||||
- name: Check system is up and runnimn
|
- 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 "host='{{ (ansible_ssh_host|default(ansible_host) }}' port=22 delay=10"
|
ansible all -i hosts.yml -m wait_for -a "host='{{ (ansible_ssh_host|default(ansible_host) }}' port=22 delay=10"
|
||||||
|
|
||||||
|
|
||||||
# Run the ansible playbook
|
# Run the ansible playbook
|
||||||
- name: Run_Ansible_Playbook
|
- name: Run_Ansible_Playbook
|
||||||
uses: arillso/action.playbook@master
|
uses: arillso/action.playbook@master
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue