diff --git a/roles/octopi_basics/tasks/main.yaml b/roles/octopi_basics/tasks/main.yaml new file mode 100644 index 0000000..9bd20e8 --- /dev/null +++ b/roles/octopi_basics/tasks/main.yaml @@ -0,0 +1,5 @@ +--- +- name: Ensure .bash_logout file absent + ansible.builtin.file: + path: "/home/pi/.bash_logout" + state: absent