mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
modules: fix examples to use FQCN (#644)
* modules: fix examples to use FQCN * fix * fix * fix
This commit is contained in:
@@ -104,7 +104,7 @@ EXAMPLES = '''
|
||||
name: "ansible_network_vpc_test"
|
||||
register: vpc
|
||||
- name: Create subnet
|
||||
hwc_vpc_subnet:
|
||||
community.general.hwc_vpc_subnet:
|
||||
vpc_id: "{{ vpc.id }}"
|
||||
cidr: "192.168.100.0/26"
|
||||
gateway_ip: "192.168.100.32"
|
||||
|
||||
Reference in New Issue
Block a user