ansible-role-opendkim_postfix/tasks/main.yml

11 lines
254 B
YAML
Raw Normal View History

---
- 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_dns_entry