mirror of
https://github.com/roles-ansible/ansible_role_rspamd.git
synced 2024-08-16 17:09:51 +02:00
6 lines
73 B
YAML
6 lines
73 B
YAML
|
---
|
||
|
- name: sudo apt update
|
||
|
become: true
|
||
|
apt:
|
||
|
update_cache: true
|