blob: 497471ab84e06dc0fbbe6d21471d3ec0a97ef9e4 (
plain)
1
2
3
4
5
6
7
|
---
# yamllint disable rule:truthy
- name: Fixture for yaml rule testing ability to use disable comments
hosts: localhost
tasks: []
become: yes # <-- allowed only due to comment above
# yamllint enable rule:truthy
|