🐛 fix/add removing certs on fedora
parent
91db48002c
commit
31f0c4ab54
@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Remove CACert root certificate
|
||||
file:
|
||||
path: /etc/pki/ca-trust/source/anchors/cacert-{{ item }}
|
||||
state: absent
|
||||
with_items:
|
||||
- root.crt
|
||||
- class3.crt
|
||||
notify: Update Fedora CA certificates
|
Loading…
Reference in New Issue