[Docs] Small cleanups to advanced config

Change-Id: Ia5b00ea9398154609773704a58cefcddf9b449e8
This commit is contained in:
Major Hayden
2017-02-21 15:04:03 -05:00
parent b7d3f27d56
commit 4c8db04d3d

View File

@@ -277,12 +277,12 @@ Example task using the config_template module
config_template: config_template:
src: test.ini.j2 src: test.ini.j2
dest: /tmp/test.ini dest: /tmp/test.ini
config_overrides: {{ test_overrides }} config_overrides: "{{ test_overrides }}"
config_type: ini config_type: ini
Example overrides dictionary (hash) Example overrides dictionary (hash)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. code-block:: yaml .. code-block:: yaml
@@ -291,8 +291,8 @@ Example overrides dictionary(hash)
new_item: 12345 new_item: 12345
Original template file test.ini.j2 Original template file ``test.ini.j2``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. code-block:: ini .. code-block:: ini
@@ -301,8 +301,8 @@ Original template file test.ini.j2
value2 = 123 value2 = 123
Rendered on disk file /tmp/test.ini Rendered on disk file ``/tmp/test.ini``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. code-block:: ini .. code-block:: ini