mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
corrected docs
This commit is contained in:
@@ -155,10 +155,10 @@ EXAMPLES = r'''
|
||||
- name: Wait 300 seconds for port 22 to become open and contain "OpenSSH"
|
||||
wait_for:
|
||||
port: 22
|
||||
host: '{{ ansible_ssh_host | default(inventory_hostname) }}'
|
||||
host: '{{ (ansible_ssh_host|default(ansible_host))|default(inventory_hostname) }}'
|
||||
search_regex: OpenSSH
|
||||
delay: 10
|
||||
delegate_to: localhost
|
||||
connection: local
|
||||
'''
|
||||
|
||||
import binascii
|
||||
|
||||
Reference in New Issue
Block a user