Start Zookeeper during install

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:20 -04:00
parent e9fc24a8a8
commit 218cec1126
1 changed files with 2 additions and 1 deletions

View File

@ -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