mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-14 09:13:16 +02:00
Update to 2023-08-30 17:00
This commit is contained in:
parent
25dce88bc3
commit
fafa5fa081
roles/pmg/tasks
@ -11,7 +11,9 @@
|
|||||||
- /usr/local/bin/dmarc_reports
|
- /usr/local/bin/dmarc_reports
|
||||||
- /etc/cron.d/opendmarc
|
- /etc/cron.d/opendmarc
|
||||||
- /etc/pmg/templates/main.cf.in
|
- /etc/pmg/templates/main.cf.in
|
||||||
|
- /etc/pmg/templates/master.cf.in
|
||||||
- /etc/mail/spamassassin/scores.cf
|
- /etc/mail/spamassassin/scores.cf
|
||||||
|
notify: pmgconfig sync
|
||||||
tags: pmg
|
tags: pmg
|
||||||
|
|
||||||
- name: Disable unused services
|
- name: Disable unused services
|
||||||
|
@ -63,13 +63,6 @@
|
|||||||
file: path=/etc/pmg/templates state=directory
|
file: path=/etc/pmg/templates state=directory
|
||||||
tags: pmg
|
tags: pmg
|
||||||
|
|
||||||
- name: Copy custom templates
|
|
||||||
template: src={{ item }}.j2 dest=/etc/pmg/templates/{{ item }}
|
|
||||||
with_items:
|
|
||||||
- master.cf.in
|
|
||||||
notify: pmgconfig sync
|
|
||||||
tags: pmg
|
|
||||||
|
|
||||||
- name: Check if pmg backup dir exists
|
- name: Check if pmg backup dir exists
|
||||||
stat: path=/var/lib/pmg/backup
|
stat: path=/var/lib/pmg/backup
|
||||||
register: pmg_backup
|
register: pmg_backup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user