Skip to content

Commit 913d397

Browse files
authored
porting guide 2.19: nicer rendering for Ansible output (#2877)
Signed-off-by: Paul Arthur <[email protected]>
1 parent 4ae2365 commit 913d397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docsite/rst/porting_guides/porting_guide_core_2.19.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ Due to some string results previously parsing as lists, this mistake often went
380380

381381
The result of this template becomes a string:
382382

383-
.. code-block:: console
383+
.. code-block:: ansible-output
384384
385385
ok: [localhost] => {
386386
"msg": "['prod1', 'prod2']"
@@ -397,7 +397,7 @@ This can be resolved by using the ``map`` filter to apply the ``replace`` filter
397397

398398
The result of the corrected template remains a list:
399399

400-
.. code-block:: console
400+
.. code-block:: ansible-output
401401
402402
ok: [localhost] => {
403403
"msg": [

0 commit comments

Comments
 (0)