Start Zookeeper during install
This commit is contained in:
parent
523ca4c340
commit
dd0a08bef0
|
@ -18,9 +18,10 @@
|
||||||
- zoo.cfg
|
- zoo.cfg
|
||||||
notify: restart zookeeper
|
notify: restart zookeeper
|
||||||
|
|
||||||
- name: disable services
|
- name: start but disable services
|
||||||
service:
|
service:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
|
state: started
|
||||||
enabled: no
|
enabled: no
|
||||||
with_items:
|
with_items:
|
||||||
- zookeeper
|
- zookeeper
|
||||||
|
|
Loading…
Reference in New Issue