mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
modules: fix examples to use FQCN for builtin plugins (#661)
This commit is contained in:
@@ -327,7 +327,7 @@ EXAMPLES = '''
|
||||
register: vm
|
||||
|
||||
- name: Wait for SSH to come up
|
||||
wait_for_connection:
|
||||
ansible.builtin.wait_for_connection:
|
||||
delegate_to: '{{ vm.instances[0].networks[0].ip }}'
|
||||
|
||||
- name: Terminate VMs by ids
|
||||
|
||||
Reference in New Issue
Block a user