summaryrefslogtreecommitdiffstats
path: root/playbooks/gcp/openshift-cluster/publish_image.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/gcp/openshift-cluster/publish_image.yml')
-rw-r--r--playbooks/gcp/openshift-cluster/publish_image.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/playbooks/gcp/openshift-cluster/publish_image.yml b/playbooks/gcp/openshift-cluster/publish_image.yml
new file mode 100644
index 000000000..76fd49e9c
--- /dev/null
+++ b/playbooks/gcp/openshift-cluster/publish_image.yml
@@ -0,0 +1,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