Added octopi basics role to delete .bash_logout file

This commit is contained in:
WhatTheMike 2024-08-21 20:49:43 +00:00
parent 6e3afe8c83
commit c626f56cb6
No known key found for this signature in database

View File

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