diff options
Diffstat (limited to 'playbooks/byo/openshift-etcd')
-rw-r--r-- | playbooks/byo/openshift-etcd/restart.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/playbooks/byo/openshift-etcd/restart.yml b/playbooks/byo/openshift-etcd/restart.yml index 19403116d..d43533641 100644 --- a/playbooks/byo/openshift-etcd/restart.yml +++ b/playbooks/byo/openshift-etcd/restart.yml @@ -1,4 +1,8 @@ --- +- include: ../openshift-cluster/initialize_groups.yml + tags: + - always + - include: ../../common/openshift-cluster/std_include.yml tags: - always |