Fixed indentation error in facts-demo.yml example. (#36645)

* Fixed indentation error in `facts-demo.yml` example.

`content` and `dest` should be indented under the `copy` module.

* Updated indentation of copy module in `facts-demo.yml` example.

Updated indentation of copy module in `facts-demo.yml` to be inline with its name.
This commit is contained in:
Brian Ong 2018-02-23 17:38:50 -06:00 committed by Dag Wieers
parent 7da7ba79bc
commit 1abc47c5d3

View file

@ -235,7 +235,7 @@ Next, create a playbook file called ``facts-demo.yml`` containing the following:
var: hostvars['vyos01.example.net']
- name: Write facts to disk using a template
copy:
copy:
content: |
#jinja2: lstrip_blocks: True
EOS device info: