ansible-role-opendkim_postfix/tasks/main.yml

11 lines
255 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
2023-09-18 18:11:31 +02:00
when: create_ovh_dkim_entry