feat(security): update apt source lists to use https instead of http

This commit is contained in:
NaeiKinDus 2023-11-29 00:00:00 +00:00
parent 8a8d69d173
commit a577af133d
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56
3 changed files with 27 additions and 0 deletions

View file

@ -31,3 +31,9 @@
name: clamav-clamd.service
enabled: true
state: restarted
- name: '[apt] update sources'
become: true
ansible.builtin.apt:
update_cache: true
force_apt_get: true