initial commit
This commit is contained in:
commit
6e41767d7b
6 changed files with 113 additions and 0 deletions
6
handlers/main.yml
Normal file
6
handlers/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Update Fedora CA certificates
|
||||
command: update-ca-trust extract
|
||||
|
||||
- name: Update Debian CA certificates
|
||||
command: update-ca-certificates
|
Loading…
Add table
Add a link
Reference in a new issue