mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
modules: fix examples to use FQCN (#644)
* modules: fix examples to use FQCN * fix * fix * fix
This commit is contained in:
@@ -91,7 +91,7 @@ options:
|
||||
EXAMPLES = """
|
||||
|
||||
- name: Create FlexVol
|
||||
na_cdot_volume:
|
||||
community.general.na_cdot_volume:
|
||||
state: present
|
||||
name: ansibleVolume
|
||||
infinite: False
|
||||
@@ -107,7 +107,7 @@ EXAMPLES = """
|
||||
snapshot_policy: daily
|
||||
|
||||
- name: Make FlexVol offline
|
||||
na_cdot_volume:
|
||||
community.general.na_cdot_volume:
|
||||
state: present
|
||||
name: ansibleVolume
|
||||
infinite: False
|
||||
|
||||
Reference in New Issue
Block a user