We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ccf31c commit d0eda67Copy full SHA for d0eda67
2 files changed
ansible/image-builder.yml
@@ -1,5 +1,5 @@
1
---
2
-- hosts: api
+- hosts: user-local
3
vars_files:
4
- group_vars/alpha-image-builder.yml
5
roles:
ansible/roles/builder/tasks/main.yml
@@ -31,6 +31,7 @@
31
- name: set number of images built
32
tags: deploy, build
33
set_fact:
34
+ # Quay IO includes deleted images in this query through the `end_ts` property
35
no_images_found: "{{ currently_built_tags|json_query('json.tags')|length == 0 }}"
36
37
0 commit comments