publish_image.yml 188 B

123456789
  1. ---
  2. - name: Publish the most recent image
  3. hosts: localhost
  4. connection: local
  5. gather_facts: no
  6. tasks:
  7. - import_role:
  8. name: openshift_gcp
  9. tasks_from: publish_image.yml