ansible-pilote/tasks/profile.yml

9 lines
180 B
YAML
Raw Normal View History

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