mirror of
https://github.com/roles-ansible/ansible_role_rspamd.git
synced 2024-08-16 17:09:51 +02:00
cleanup
This commit is contained in:
parent
dddbfab74a
commit
6ded10fd01
2 changed files with 2 additions and 2 deletions
|
@ -57,4 +57,4 @@
|
|||
ansible.builtin.apt:
|
||||
name: 'rspamd'
|
||||
state: 'present'
|
||||
notify: Run systemctl restart rspamd
|
||||
notify: 'Run systemctl restart rspamd'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
# versionscheck
|
||||
playbook_version_number: 10
|
||||
playbook_version_number: 11
|
||||
playbook_version_path: 'do1jlr.rspamd.version'
|
||||
|
||||
# https://github.com/ansible/ansible/issues/36129
|
||||
|
|
Loading…
Reference in a new issue