Fix examples formatting (#345)

This commit is contained in:
Andrew Klychkov
2020-05-16 16:07:51 +03:00
committed by GitHub
parent 31ba39cac4
commit a7c830f49d
148 changed files with 330 additions and 334 deletions

View File

@@ -39,12 +39,12 @@ extends_documentation_fragment:
'''
EXAMPLES = r'''
- name: collect default set of facts
- name: Collect default set of facts
purefa_facts:
fa_url: 10.10.10.2
api_token: e31060a7-21fc-e277-6240-25983c6c4592
- name: collect configuration and capacity facts
- name: Collect configuration and capacity facts
purefa_facts:
gather_subset:
- config
@@ -52,7 +52,7 @@ EXAMPLES = r'''
fa_url: 10.10.10.2
api_token: e31060a7-21fc-e277-6240-25983c6c4592
- name: collect all facts
- name: Collect all facts
purefa_facts:
gather_subset:
- all

View File

@@ -39,12 +39,12 @@ extends_documentation_fragment:
'''
EXAMPLES = r'''
- name: collect default set of facts
- name: Collect default set of facts
purefb_facts:
fb_url: 10.10.10.2
api_token: T-55a68eb5-c785-4720-a2ca-8b03903bf641
- name: collect configuration and capacity facts
- name: Collect configuration and capacity facts
purefb_facts:
gather_subset:
- config
@@ -52,7 +52,7 @@ EXAMPLES = r'''
fb_url: 10.10.10.2
api_token: T-55a68eb5-c785-4720-a2ca-8b03903bf641
- name: collect all facts
- name: Collect all facts
purefb_facts:
gather_subset:
- all