mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-15 17:40:50 -07:00
YAML fixes for examples in additional modules
This commit is contained in:
parent
7c00346714
commit
78a000502e
9 changed files with 110 additions and 112 deletions
|
@ -146,6 +146,7 @@ options:
|
|||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
---
|
||||
# Note: examples below use the following provider dict to handle
|
||||
# transport and authentication to the node.
|
||||
vars:
|
||||
|
@ -155,6 +156,7 @@ vars:
|
|||
password: password
|
||||
transport: cli
|
||||
|
||||
---
|
||||
- name: configure top level configuration
|
||||
ordnance_config:
|
||||
lines: hostname {{ inventory_hostname }}
|
||||
|
|
|
@ -45,6 +45,7 @@ options:
|
|||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
---
|
||||
# Note: examples below use the following provider dict to handle
|
||||
# transport and authentication to the node.
|
||||
vars:
|
||||
|
@ -54,6 +55,7 @@ vars:
|
|||
password: ordnance
|
||||
transport: cli
|
||||
|
||||
---
|
||||
# Collect all facts from the device
|
||||
- ordnance_facts:
|
||||
gather_subset: all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue