🐛 fix/add removing certs on fedora
This commit is contained in:
parent
91db48002c
commit
31f0c4ab54
1 changed files with 9 additions and 0 deletions
9
tasks/fedora-remove.yml
Normal file
9
tasks/fedora-remove.yml
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue