main.yml 184 B

1234567
  1. ---
  2. # needs some images to pull, specified in an array
  3. pull_images:
  4. - name: registry.access.redhat.com/ubi8/ubi-minimal:latest
  5. tag_latest: no
  6. auth_file: registry-rh-auth
  7. ...