Files
ansible-role-pki/examples/playbook.yml
T
Dmitriy Rabotyagov 9bae6bfdb9 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: I2e7bdac26e914a62e9416d34381696ce3d2117dc
2025-02-17 12:23:12 +01:00

8 lines
169 B
YAML

---
- name: Install PKI
hosts: all
tasks:
- name: "Include pki role"
ansible.builtin.include_role:
name: "{{ playbook_dir | dirname | basename }}"