1
0
Fork 0

don't build unless 'pull'

This commit is contained in:
Julian Foad 2024-01-01 20:06:27 +00:00
parent 3fb1b30721
commit 20160289e9

View file

@ -18,7 +18,7 @@
when: "item.when | bool"
- delegate_to: "{{ hedy_builder_host }}"
when: "hedy_container_image_self_build | bool"
when: "hedy_pull and hedy_container_image_self_build | bool"
become: true
become_user: "{{ hedy_builder_username }}"
block: