🧹 remove dangling symlinks in /etc/ssl/certs
This commit is contained in:
parent
5aab073f21
commit
91db48002c
1 changed files with 9 additions and 0 deletions
|
@ -8,6 +8,15 @@
|
||||||
- root.crt
|
- root.crt
|
||||||
- class3.crt
|
- class3.crt
|
||||||
notify: Update Debian CA certificates
|
notify: Update Debian CA certificates
|
||||||
|
- name: Remove CACert certificates
|
||||||
|
file:
|
||||||
|
path: /etc/ssl/certs/{{ item }}
|
||||||
|
state: absent
|
||||||
|
with_items:
|
||||||
|
- root.pem
|
||||||
|
- class3.pem
|
||||||
|
- 99d0fa06.0
|
||||||
|
- 590d426f.0
|
||||||
|
|
||||||
- name: Remove CACert certificate directory
|
- name: Remove CACert certificate directory
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue