6 lines
120 B
YAML

---
- name: Ensure .bash_logout file absent
ansible.builtin.file:
path: "/home/pi/.bash_logout"
state: absent