modules: fix examples to use FQCN for builtin plugins (#661)

This commit is contained in:
Andrew Klychkov
2020-07-16 14:42:12 +03:00
committed by GitHub
parent 2c3efea14b
commit 4c4a6ab27c
17 changed files with 36 additions and 36 deletions

View File

@@ -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