summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-etcd/restart.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/byo/openshift-etcd/restart.yml')
-rw-r--r--playbooks/byo/openshift-etcd/restart.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/playbooks/byo/openshift-etcd/restart.yml b/playbooks/byo/openshift-etcd/restart.yml
new file mode 100644
index 000000000..6713f07e3
--- /dev/null
+++ b/playbooks/byo/openshift-etcd/restart.yml
@@ -0,0 +1,8 @@
+---
+- include: ../../common/openshift-cluster/std_include.yml
+ tags:
+ - always
+
+- include: ../../common/openshift-etcd/restart.yml
+ vars:
+ openshift_deployment_type: "{{ deployment_type }}"