Skip to content

Commit d0eda67

Browse files
committed
Change host. Add comment
1 parent 7ccf31c commit d0eda67

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

ansible/image-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
- hosts: api
2+
- hosts: user-local
33
vars_files:
44
- group_vars/alpha-image-builder.yml
55
roles:

ansible/roles/builder/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
- name: set number of images built
3232
tags: deploy, build
3333
set_fact:
34+
# Quay IO includes deleted images in this query through the `end_ts` property
3435
no_images_found: "{{ currently_built_tags|json_query('json.tags')|length == 0 }}"
3536

3637
- name: set number of images built

0 commit comments

Comments
 (0)