ansible/roles/common/tasks/postfix.yml

10 lines
258 B
YAML
Raw Normal View History

2019-11-24 00:28:56 +00:00
# This setup the letsencrypt stuff we have
---
- name: Set up post-deploy LE stuff
copy:
2019-11-24 00:32:41 +00:00
src: ../files/etc/letsencrypt/renewal-hooks/update-postfix
dest: /etc/letsencrypt/renewal-hooks/update-postfix
2019-11-24 00:28:56 +00:00
owner: root
group: root
mode: 0644