superlint/test/linters/ansible/good/playbooks/ansible_good_1.yml

12 lines
214 B
YAML
Raw Normal View History

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