mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
change to wait_for module
This commit is contained in:
parent
f5e9fb96af
commit
15a6cf4c3d
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_connection -a "connect_timeout=10 delay=10 timeout=300 sleep=5"
|
||||
ansible all -i hosts.yml -m wait_for -a "port=22 connect_timeout=10 delay=10 timeout=300 sleep=5"
|
||||
|
||||
# Run the ansible playbook
|
||||
- name: Run_Ansible_Playbook
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue