[skip ci] fix molecule instance config formatting

This commit is contained in:
Robert Kaussow 2021-03-14 16:24:21 +01:00
parent b0b6b617e2
commit 4cc4b6eae6
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@
content: |
# Molecule managed
{{ instance_conf | to_json | from_json | to_yaml }}
{{ instance_conf | to_nice_yaml(indent=2) }}
dest: "{{ molecule_instance_config }}"
when: server.changed | bool

View File

@ -73,6 +73,6 @@
content: |
# Molecule managed
{{ instance_conf | to_json | from_json | to_yaml }}
{{ instance_conf | to_nice_yaml(indent=2) }}
dest: "{{ molecule_instance_config }}"
when: server.changed | bool