mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-07 19:55:12 +02:00
modules: fix examples to use FQCN (#88)
* modules: fix examples to use FQCN * fix * fix
This commit is contained in:
parent
283749481e
commit
82f9288507
2 changed files with 7 additions and 7 deletions
|
@ -31,16 +31,16 @@ options:
|
|||
|
||||
EXAMPLES = """
|
||||
- name: Collect all facts from the device
|
||||
facts:
|
||||
community.network.facts:
|
||||
gather_subset: all
|
||||
|
||||
- name: Collect only the config and default facts
|
||||
facts:
|
||||
community.network.facts:
|
||||
gather_subset:
|
||||
- config
|
||||
|
||||
- name: Do not collect hardware facts
|
||||
facts:
|
||||
community.network.facts:
|
||||
gather_subset:
|
||||
- "!hardware"
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue