Ver Fonte

due to 31/32 split, pull clair image separately

Grega Bremec há 3 dias atrás
pai
commit
9072cd0e6e
1 ficheiros alterados com 6 adições e 0 exclusões
  1. 6 0
      playbooks/33-clair-deploy.yml

+ 6 - 0
playbooks/33-clair-deploy.yml

@@ -79,6 +79,12 @@
       changed_when:
         - not "already exists" in pg_ext.stderr
 
+    - name: Pull all the images if necessary.
+      containers.podman.podman_image:
+        name: "{{ registry_host }}/quay/clair-rhel8:v{{ quay_version }}"
+        pull: yes
+        state: present
+
     # TODO: Make loop labels nicer.
     - name: Patch Quay config if necessary.
       ansible.builtin.lineinfile: