modules: fix examples to use FQCN (#644)

* modules: fix examples to use FQCN

* fix

* fix

* fix
This commit is contained in:
Andrew Klychkov 2020-07-13 22:50:31 +03:00 committed by GitHub
commit 41cfdda6a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
533 changed files with 2130 additions and 2130 deletions

View file

@ -39,7 +39,7 @@ extends_documentation_fragment:
EXAMPLES = '''
- name: Creates a Device Manager for the Brocade SAN provider with the given hostname and credentials
oneview_san_manager:
community.general.oneview_san_manager:
config: /etc/oneview/oneview_config.json
state: present
data:
@ -58,7 +58,7 @@ EXAMPLES = '''
delegate_to: localhost
- name: Ensure a Device Manager for the Cisco SAN Provider is present
oneview_san_manager:
community.general.oneview_san_manager:
config: /etc/oneview/oneview_config.json
state: present
data:
@ -80,7 +80,7 @@ EXAMPLES = '''
delegate_to: localhost
- name: Sets the SAN Manager connection information
oneview_san_manager:
community.general.oneview_san_manager:
config: /etc/oneview/oneview_config.json
state: connection_information_set
data:
@ -98,7 +98,7 @@ EXAMPLES = '''
delegate_to: localhost
- name: Refreshes the SAN Manager
oneview_san_manager:
community.general.oneview_san_manager:
config: /etc/oneview/oneview_config.json
state: present
data:
@ -107,7 +107,7 @@ EXAMPLES = '''
delegate_to: localhost
- name: Delete the SAN Manager recently created
oneview_san_manager:
community.general.oneview_san_manager:
config: /etc/oneview/oneview_config.json
state: absent
data: