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:
@@ -145,7 +145,7 @@ EXAMPLES = '''
|
||||
ip_address: "192.168.100.33"
|
||||
register: port
|
||||
- name: Create an eip and bind it to a port
|
||||
hwc_vpc_eip:
|
||||
community.general.hwc_vpc_eip:
|
||||
type: "5_bgp"
|
||||
dedicated_bandwidth:
|
||||
charge_mode: "traffic"
|
||||
|
||||
Reference in New Issue
Block a user