forked from ansible-lockdown/RHEL9-CIS
fixed ansible test connect delay
This commit is contained in:
parent
357e06cbb4
commit
ab698c0777
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 ping -e retries=20 -e delay=20
|
||||
ansible all -i hosts.yml -m wait_for_connection -a "connect_timeout=120 delay=10 timeout=10 sleep=5"
|
||||
|
||||
# Run the ansible playbook
|
||||
- name: Run_Ansible_Playbook
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue