forked from ansible-lockdown/RHEL9-CIS
updated timeout test
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
1836ae14d7
commit
a8ec3e343a
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ jobs:
|
|||
working-directory: .github/workflows
|
||||
id: test_os
|
||||
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 ping -e retries=20 -e delay=20
|
||||
|
||||
# Run the ansible playbook
|
||||
- name: Run_Ansible_Playbook
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue