This repository has been archived on 2024-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
ansible/roles/common/tasks/postfix.yml

11 lines
259 B
YAML

# This setup the letsencrypt stuff we have
---
- name: Set up post-deploy LE stuff
copy:
src: ../files/etc/letsencrypt/renewal-hooks/update-postfix
dest: /etc/letsencrypt/renewal-hooks/update-postfix
owner: root
group: root
mode: 0644