mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-28 04:20:13 +02:00
Fix example formatting (#37)
This commit is contained in:
parent
d26dfa16c7
commit
283749481e
2 changed files with 10 additions and 10 deletions
|
@ -30,17 +30,17 @@ options:
|
|||
'''
|
||||
|
||||
EXAMPLES = """
|
||||
# Collect all facts from the device
|
||||
- facts:
|
||||
- name: Collect all facts from the device
|
||||
facts:
|
||||
gather_subset: all
|
||||
|
||||
# Collect only the config and default facts
|
||||
- facts:
|
||||
- name: Collect only the config and default facts
|
||||
facts:
|
||||
gather_subset:
|
||||
- config
|
||||
|
||||
# Do not collect hardware facts
|
||||
- facts:
|
||||
- name: Do not collect hardware facts
|
||||
facts:
|
||||
gather_subset:
|
||||
- "!hardware"
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue