postfix/opendkim: Fix typo

Signed-off-by: Florian Pritz <bluewind@xinu.at>
This commit is contained in:
Florian Pritz 2016-05-30 19:34:21 +02:00
parent 39ea1ae566
commit 375fe4f826
2 changed files with 6 additions and 6 deletions

View file

@ -5,12 +5,12 @@
- name: install opendkim.conf
template: src=opendkim.conf.j2 dest=/etc/opendkim/opendkim.conf owner=root group=root mode=644
notifty:
notify:
- restart opendkim
- name: install domains config
template: src=domains.j2 dest=/etc/opendkim/domains owner=root group=root mode=644
notifty:
notify:
- restart opendkim
- name: generate DKIM key for {{dkim_selector}}

View file

@ -5,12 +5,12 @@
- name: install main.cf
template: src=main.cf.j2 dest=/etc/postfix/main.cf owner=root group=root mode=644
notifty:
notify:
- reload postfix
- name: install master.cf
template: src=master.cf.j2 dest=/etc/postfix/master.cf owner=root group=root mode=644
notifty:
notify:
- reload postfix
- name: install aliases
@ -21,12 +21,12 @@
- name: create dhparam 2048
command: openssl dhparam -out /etc/postfix/dh2048.pem 2048 creates=/etc/postfix/dh2048.pem
notifty:
notify:
- reload postfix
- name: create dhparam 512
command: openssl dhparam -out /etc/postfix/dh_512.pem 512 creates=/etc/postfix/dh_512.pem
notifty:
notify:
- reload postfix
- name: start and enable postfix