YAML fixes for examples in additional modules

This commit is contained in:
Matt Martz 2017-02-15 10:42:00 -06:00 committed by Toshio Kuratomi
parent 7c00346714
commit 78a000502e
9 changed files with 110 additions and 112 deletions

View file

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

View file

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