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 (#644)
* modules: fix examples to use FQCN * fix * fix * fix
This commit is contained in:
@@ -41,7 +41,7 @@ requirements:
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: Get infos on network
|
||||
docker_network_info:
|
||||
community.general.docker_network_info:
|
||||
name: mydata
|
||||
register: result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user