Added octopi basics role to delete .bash_logout file
This commit is contained in:
parent
6e3afe8c83
commit
c626f56cb6
5
roles/octopi_basics/tasks/main.yaml
Normal file
5
roles/octopi_basics/tasks/main.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
- name: Ensure .bash_logout file absent
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: "/home/pi/.bash_logout"
|
||||||
|
state: absent
|
Loading…
x
Reference in New Issue
Block a user