Keep zookeeper enabled
Without this, the service seems to just loop failing to start indefinitely even though PVC attempts to start the daemon itself. Reenabling seems to work. Likely a bug due to Zookeeper not being a proper systemd unit.
This commit is contained in:
parent
296090d806
commit
5554418210
|
@ -18,11 +18,11 @@
|
|||
- zoo.cfg
|
||||
notify: restart zookeeper
|
||||
|
||||
- name: start but disable services
|
||||
- name: start and enable services
|
||||
service:
|
||||
name: "{{ item }}"
|
||||
state: started
|
||||
enabled: no
|
||||
enabled: yes
|
||||
with_items:
|
||||
- zookeeper
|
||||
|
||||
|
|
Loading…
Reference in New Issue