mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
modules: fix examples to use FQCN for builtin plugins (#661)
This commit is contained in:
@@ -86,7 +86,7 @@ EXAMPLES = '''
|
||||
delegate_to: myloadbalancernode
|
||||
|
||||
- name: Step 2
|
||||
wait_for:
|
||||
ansible.builtin.wait_for:
|
||||
host: '{{ member.host }}'
|
||||
port: '{{ member.port }}'
|
||||
state: drained
|
||||
|
||||
Reference in New Issue
Block a user