mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-12 06:55:05 +00:00
modules: fix examples to use FQCN for builtin plugins (#661)
This commit is contained in:
parent
2c3efea14b
commit
4c4a6ab27c
17 changed files with 36 additions and 36 deletions
|
|
@ -242,7 +242,7 @@ EXAMPLES = '''
|
|||
with_items: "{{ gce.instance_data }}"
|
||||
|
||||
- name: Wait for SSH for instances
|
||||
wait_for:
|
||||
ansible.builtin.wait_for:
|
||||
delay: 1
|
||||
host: "{{ item.public_ip }}"
|
||||
port: 22
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue