don't build unless 'pull'
This commit is contained in:
parent
3fb1b30721
commit
20160289e9
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue