generated from sebclem/ansible-role-template
Fix
This commit is contained in:
parent
0faa91e672
commit
390c765d25
@ -1,12 +0,0 @@
|
||||
---
|
||||
- name: Clean cache
|
||||
ansible.builtin.file:
|
||||
state: absent
|
||||
path: "~{{ user.username }}/.cache/antidote/"
|
||||
listen: "clean antidote"
|
||||
|
||||
- name: Remove .zsh_plugins.zsh
|
||||
ansible.builtin.file:
|
||||
state: absent
|
||||
path: "~{{ user.username }}/.zsh_plugins.zsh"
|
||||
listen: "clean antidote"
|
@ -1,2 +1,21 @@
|
||||
---
|
||||
# handlers file for Ansible-Antidote-Role
|
||||
- name: Clean cache
|
||||
ansible.builtin.file:
|
||||
state: absent
|
||||
path: "~{{ user.username }}/.cache/antidote/"
|
||||
loop: "{{ antidote_users }}"
|
||||
loop_control:
|
||||
loop_var: user
|
||||
label: "{{ user.username }}"
|
||||
listen: "clean antidote"
|
||||
|
||||
- name: Remove .zsh_plugins.zsh
|
||||
ansible.builtin.file:
|
||||
state: absent
|
||||
path: "~{{ user.username }}/.zsh_plugins.zsh"
|
||||
loop: "{{ antidote_users }}"
|
||||
loop_control:
|
||||
loop_var: user
|
||||
label: "{{ user.username }}"
|
||||
listen: "clean antidote"
|
||||
|
Loading…
Reference in New Issue
Block a user