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:
parent
7da7ba79bc
commit
1abc47c5d3
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ Next, create a playbook file called ``facts-demo.yml`` containing the following:
|
||||||
var: hostvars['vyos01.example.net']
|
var: hostvars['vyos01.example.net']
|
||||||
|
|
||||||
- name: Write facts to disk using a template
|
- name: Write facts to disk using a template
|
||||||
copy:
|
copy:
|
||||||
content: |
|
content: |
|
||||||
#jinja2: lstrip_blocks: True
|
#jinja2: lstrip_blocks: True
|
||||||
EOS device info:
|
EOS device info:
|
||||||
|
|
Loading…
Reference in a new issue