summaryrefslogtreecommitdiffstats
path: root/playbooks/gcp/openshift-cluster/publish_image.yml
blob: 76fd49e9c255af778c801863b68469b509c2d8db (plain)
1
2
3
4
5
6
7
8
9
---
- name: Publish the most recent image
  hosts: localhost
  connection: local
  gather_facts: no
  tasks:
  - import_role:
      name: openshift_gcp
      tasks_from: publish_image.yml