9 lines
180 B
YAML
9 lines
180 B
YAML
|
---
|
||
|
- name: Remove raspberry pi profiles
|
||
|
ansible.builtin.file:
|
||
|
path: "{{ item }}"
|
||
|
state: absent
|
||
|
loop:
|
||
|
- /etc/profile.d/sshpwd.sh
|
||
|
- /etc/profile.d/wifi-check.sh
|