12 lines
221 B
YAML
12 lines
221 B
YAML
- name: install opendmarc
|
|
package:
|
|
name: opendmarc
|
|
state: present
|
|
|
|
- name: opendmarc config file
|
|
copy:
|
|
src: ./files/opendmarc.conf
|
|
dest: /etc/opendmarc.conf
|
|
notify:
|
|
- restart opendmarc
|