[skip ci] fix molecule instance config formatting
This commit is contained in:
parent
9382a25d60
commit
f8b13e870d
@ -103,7 +103,7 @@
|
|||||||
content: |
|
content: |
|
||||||
# Molecule managed
|
# Molecule managed
|
||||||
|
|
||||||
{{ instance_conf | to_json | from_json | to_yaml }}
|
{{ instance_conf | to_nice_yaml(indent=2) }}
|
||||||
dest: "{{ molecule_instance_config }}"
|
dest: "{{ molecule_instance_config }}"
|
||||||
when: server.changed | bool
|
when: server.changed | bool
|
||||||
|
|
||||||
|
@ -73,6 +73,6 @@
|
|||||||
content: |
|
content: |
|
||||||
# Molecule managed
|
# Molecule managed
|
||||||
|
|
||||||
{{ instance_conf | to_json | from_json | to_yaml }}
|
{{ instance_conf | to_nice_yaml(indent=2) }}
|
||||||
dest: "{{ molecule_instance_config }}"
|
dest: "{{ molecule_instance_config }}"
|
||||||
when: server.changed | bool
|
when: server.changed | bool
|
||||||
|
Loading…
Reference in New Issue
Block a user