Dmitriy Rabotyagov 6052446811 Auto-fix yaml rules
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
2025-02-17 12:28:50 +01:00

11 lines
192 B
YAML

---
- name: Install zookeeper cluster
hosts: zookeeper_all
become: true
vars:
management_address: "{{ ansible_host }}"
roles:
- role: zookeeper
tags:
- zookeeper