Added octopi basics role to delete .bash_logout file

main
WhatTheMike 5 months ago
parent 6e3afe8c83
commit c626f56cb6
No known key found for this signature in database

@ -0,0 +1,5 @@
---
- name: Ensure .bash_logout file absent
ansible.builtin.file:
path: "/home/pi/.bash_logout"
state: absent
Loading…
Cancel
Save