Dmitriy Rabotyagov aed226f321 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: I3f4375c6218f6a0f92fdb1c33471d2ab827ba4be
2025-02-12 14:24:45 +01:00

7 lines
97 B
YAML

---
- name: Install Rally server
hosts: rally_all
user: root
roles:
- role: "os_rally"