postfix / also install tls_policy on pagure*

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-06-13 18:03:59 -07:00
parent 352ac4d6fd
commit 9953c1346f

View file

@ -73,7 +73,7 @@
- name: create /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:
- rebuild postfix tls_policy
- restart postfix