Skip to content

Commit

Permalink
style: Correct yaml spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jomrr committed Feb 19, 2024
1 parent dbdbfa5 commit ba6c6b0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions playbooks/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

Expand Down

0 comments on commit ba6c6b0

Please sign in to comment.