Files
openstack-ansible-ceph_client/examples/playbook.yml
Dmitriy Rabotyagov 3fa0c33ed3 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: I2773d3465665bfe95516ca8f34fc8351b1e8c18f
2025-02-13 09:57:12 +01:00

7 lines
93 B
YAML

---
- name: Install Ceph client
hosts: all
user: root
roles:
- role: "ceph_client"