mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 13:40:17 +00:00
Adding postfix python-policyd-spf to playbook
This commit is contained in:
@@ -18,3 +18,13 @@
|
||||
group: root
|
||||
mode: 0644
|
||||
notify: restart Postfix
|
||||
|
||||
# Deploy policyd-spf.conf
|
||||
- name: Deploy postfix spf
|
||||
copy:
|
||||
src: ../files/etc/postfix-policyd-spf-python/policyd-spf.conf
|
||||
dest: /etc/postfix-policyd-spf-python/policyd-spf.conf
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
|
||||
|
||||
Reference in New Issue
Block a user