ansible-role-opendkim_postfix/tasks/install.yml

12 lines
223 B
YAML
Raw Normal View History

---
- name: Ensure OpenDKIM software is present
package:
name:
- opendkim
- opendkim-tools
2023-09-18 19:03:54 +02:00
- name: Ensure OVH python module is installed
ansible.builtin.pip:
name: ovh
when: create_ovh_dkim_entry