postfix / also install tls_policy on pagure*
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
352ac4d6fd
commit
9953c1346f
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
||||||
|
|
||||||
- name: create /etc/postfix/tls_policy
|
- name: create /etc/postfix/tls_policy
|
||||||
copy: src="postfix/tls_policy" dest=/etc/postfix/tls_policy
|
copy: src="postfix/tls_policy" dest=/etc/postfix/tls_policy
|
||||||
when: inventory_hostname.startswith(('bastion','smtp-mm')) and env != 'staging'
|
when: inventory_hostname.startswith(('bastion','smtp-mm','pagure')) and env != 'staging'
|
||||||
notify:
|
notify:
|
||||||
- rebuild postfix tls_policy
|
- rebuild postfix tls_policy
|
||||||
- restart postfix
|
- restart postfix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue