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: I2e7bdac26e914a62e9416d34381696ce3d2117dc
8 lines
169 B
YAML
8 lines
169 B
YAML
---
|
|
- name: Install PKI
|
|
hosts: all
|
|
tasks:
|
|
- name: "Include pki role"
|
|
ansible.builtin.include_role:
|
|
name: "{{ playbook_dir | dirname | basename }}"
|