mirror of
https://github.com/roles-ansible/ansible_role_rspamd.git
synced 2024-08-16 17:09:51 +02:00
11 lines
206 B
YAML
11 lines
206 B
YAML
---
|
|
- name: sudo apt update
|
|
become: true
|
|
ansible.builtin.apt:
|
|
update_cache: true
|
|
|
|
- name: systemctl restart rspamd
|
|
become: true
|
|
ansible.builtin.systemd:
|
|
name: 'rspamd'
|
|
state: 'reloaded'
|