ansible-role-opendkim_postfix/tasks/main.yml
2023-09-18 19:11:31 +03:00

10 lines
255 B
YAML

---
- name: Ensure installation of OpenDKIM
include_tasks: install.yml
- name: Ensure configuration of OpenDKIM
include_tasks: configure.yml
- name: Ensure configuration of OVH record
include_tasks: configure_ovh.yml
when: create_ovh_dkim_entry