generated from sebclem/ansible-role-template
Fix
This commit is contained in:
parent
0faa91e672
commit
a90d39b4f6
@ -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,14 @@
|
||||
---
|
||||
# handlers file for Ansible-Antidote-Role
|
||||
---
|
||||
- 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"
|
||||
|
Loading…
Reference in New Issue
Block a user