parent
6e3afe8c83
commit
c626f56cb6
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
- name: Ensure .bash_logout file absent
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: "/home/pi/.bash_logout"
|
||||||
|
state: absent
|
Loading…
Reference in new issue