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