11 lines
254 B
YAML
11 lines
254 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_dns_entry
|