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

@ -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