
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: I3f4375c6218f6a0f92fdb1c33471d2ab827ba4be
7 lines
97 B
YAML
7 lines
97 B
YAML
---
|
|
- name: Install Rally server
|
|
hosts: rally_all
|
|
user: root
|
|
roles:
|
|
- role: "os_rally"
|