From 1abc47c5d3a6f3b6465e0ccb1c81048250bf9db1 Mon Sep 17 00:00:00 2001 From: Brian Ong Date: Fri, 23 Feb 2018 17:38:50 -0600 Subject: [PATCH] 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. --- .../rst/network/user_guide/network_best_practices_2.5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/network/user_guide/network_best_practices_2.5.rst b/docs/docsite/rst/network/user_guide/network_best_practices_2.5.rst index 66d2aa29854..001d87db294 100644 --- a/docs/docsite/rst/network/user_guide/network_best_practices_2.5.rst +++ b/docs/docsite/rst/network/user_guide/network_best_practices_2.5.rst @@ -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: