superlint/test/linters/ansible/bad/playbooks/ansible_bad_1.yml

12 lines
200 B
YAML
Raw Normal View History

---
- name: Test playbook
hosts: all
tasks:
- name: Remove temp files
become: true
file:
path: "{{ item }}"
state: absent
with_items:
- "/tmp/test-1"