
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: I2773d3465665bfe95516ca8f34fc8351b1e8c18f
7 lines
93 B
YAML
7 lines
93 B
YAML
---
|
|
- name: Install Ceph client
|
|
hosts: all
|
|
user: root
|
|
roles:
|
|
- role: "ceph_client"
|