10 lines
255 B
YAML
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
|