mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
modules: fix examples to use FQCN (#644)
* modules: fix examples to use FQCN * fix * fix * fix
This commit is contained in:
@@ -111,7 +111,7 @@ EXAMPLES = '''
|
||||
name: "ansible_network_security_group_test"
|
||||
register: sg
|
||||
- name: Create a security group rule
|
||||
hwc_vpc_security_group_rule:
|
||||
community.general.hwc_vpc_security_group_rule:
|
||||
direction: "ingress"
|
||||
protocol: "tcp"
|
||||
ethertype: "IPv4"
|
||||
|
||||
Reference in New Issue
Block a user