mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
YAML fixes for examples in additional modules
This commit is contained in:
committed by
Toshio Kuratomi
parent
7c00346714
commit
78a000502e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user