|
@@ -133,7 +133,9 @@
|
|
hosts: oo_etcd_to_config
|
|
hosts: oo_etcd_to_config
|
|
tasks:
|
|
tasks:
|
|
- name: restart etcd
|
|
- name: restart etcd
|
|
- service: name=etcd state=restarted
|
|
|
|
|
|
+ service:
|
|
|
|
+ name: "{{ 'etcd' if not openshift.common.is_containerized | bool else 'etcd_container' }}"
|
|
|
|
+ state: restarted
|
|
|
|
|
|
- name: Stop master services
|
|
- name: Stop master services
|
|
hosts: oo_masters_to_config
|
|
hosts: oo_masters_to_config
|