feat(security): update apt source lists to use https instead of http
This commit is contained in:
parent
8a8d69d173
commit
a577af133d
3 changed files with 27 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue