mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
modules: fix examples to use FQCN (#644)
* modules: fix examples to use FQCN * fix * fix * fix
This commit is contained in:
@@ -50,7 +50,7 @@ options:
|
||||
|
||||
EXAMPLES = """
|
||||
- name: Manage Aggregates
|
||||
na_cdot_aggregate:
|
||||
community.general.na_cdot_aggregate:
|
||||
state: present
|
||||
name: ansibleAggr
|
||||
disk_count: 1
|
||||
@@ -59,7 +59,7 @@ EXAMPLES = """
|
||||
password: "{{ netapp_password }}"
|
||||
|
||||
- name: Manage Aggregates
|
||||
na_cdot_aggregate:
|
||||
community.general.na_cdot_aggregate:
|
||||
state: present
|
||||
name: ansibleAggr
|
||||
hostname: "{{ netapp_hostname }}"
|
||||
|
||||
Reference in New Issue
Block a user