diff --git a/playbooks/build.yml b/playbooks/build.yml index 37885d6..f26b18c 100644 --- a/playbooks/build.yml +++ b/playbooks/build.yml @@ -30,11 +30,9 @@ ansible.builtin.set_fact: _images: >- {{ - _images | - default([]) + [ - { 'tag': item } | - combine({ 'image': 'molecule-' + build_image }) - ] + _images | default([]) + [ + { 'tag': item } | combine({ 'image': 'molecule-' + build_image }) + ] }} loop: "{{ build_tags }}"