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:
@@ -40,12 +40,12 @@ extends_documentation_fragment:
|
||||
|
||||
EXAMPLES = r'''
|
||||
- name: Collect default set of facts
|
||||
purefa_facts:
|
||||
community.general.purefa_facts:
|
||||
fa_url: 10.10.10.2
|
||||
api_token: e31060a7-21fc-e277-6240-25983c6c4592
|
||||
|
||||
- name: Collect configuration and capacity facts
|
||||
purefa_facts:
|
||||
community.general.purefa_facts:
|
||||
gather_subset:
|
||||
- config
|
||||
- capacity
|
||||
@@ -53,7 +53,7 @@ EXAMPLES = r'''
|
||||
api_token: e31060a7-21fc-e277-6240-25983c6c4592
|
||||
|
||||
- name: Collect all facts
|
||||
purefa_facts:
|
||||
community.general.purefa_facts:
|
||||
gather_subset:
|
||||
- all
|
||||
fa_url: 10.10.10.2
|
||||
|
||||
@@ -40,12 +40,12 @@ extends_documentation_fragment:
|
||||
|
||||
EXAMPLES = r'''
|
||||
- name: Collect default set of facts
|
||||
purefb_facts:
|
||||
community.general.purefb_facts:
|
||||
fb_url: 10.10.10.2
|
||||
api_token: T-55a68eb5-c785-4720-a2ca-8b03903bf641
|
||||
|
||||
- name: Collect configuration and capacity facts
|
||||
purefb_facts:
|
||||
community.general.purefb_facts:
|
||||
gather_subset:
|
||||
- config
|
||||
- capacity
|
||||
@@ -53,7 +53,7 @@ EXAMPLES = r'''
|
||||
api_token: T-55a68eb5-c785-4720-a2ca-8b03903bf641
|
||||
|
||||
- name: Collect all facts
|
||||
purefb_facts:
|
||||
community.general.purefb_facts:
|
||||
gather_subset:
|
||||
- all
|
||||
fb_url: 10.10.10.2
|
||||
|
||||
Reference in New Issue
Block a user