
In order to reduce divergance with ansible-lint rules, we apply auto-fixing of violations. In current patch we replace all kind of truthy variables with `true` or `false` values to align with recommendations along with alignment of used quotes. Change-Id: Idc1c7bdd802c3c199120110b665d977ad2883918
11 lines
192 B
YAML
11 lines
192 B
YAML
---
|
|
- name: Install zookeeper cluster
|
|
hosts: zookeeper_all
|
|
become: true
|
|
vars:
|
|
management_address: "{{ ansible_host }}"
|
|
roles:
|
|
- role: zookeeper
|
|
tags:
|
|
- zookeeper
|