style: linting

This commit is contained in:
VC
2024-07-05 11:53:13 +02:00
parent 66830fd2eb
commit 1f28d2242f
76 changed files with 469 additions and 335 deletions

View File

@@ -1,26 +1,27 @@
---
- name: install opendmarc
package:
name: opendmarc
state: present
name: opendmarc
state: present
- name: opendmarc config file
copy:
src: ./files/opendmarc.conf
dest: /etc/opendmarc.conf
src: ./files/opendmarc.conf
dest: /etc/opendmarc.conf
notify:
- restart opendmarc
- restart opendmarc
- name: dmarc directory
file:
path: /etc/dmarc
state: directory
path: /etc/dmarc
state: directory
- name: secondary configuration files
copy:
src: "./files/dmarc/{{ item }}"
dest: "/etc/dmarc/{{ item }}"
src: "./files/dmarc/{{ item }}"
dest: "/etc/dmarc/{{ item }}"
loop:
- IgnoreHosts
- IgnoreHosts
notify:
- restart opendmarc
- restart opendmarc