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: Id65c3c3a2a36c28fc9fb9a90b151570e9fa694bd
9 lines
125 B
YAML
9 lines
125 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
gather_facts: false
|
|
tasks:
|
|
- name: this does nothing
|
|
debug:
|
|
msg: foo
|