refactor: standardize tasks’ name
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
name: opendmarc
|
||||
state: present
|
||||
|
||||
- name: Opendmarc config file
|
||||
- name: Put opendmarc configuration file
|
||||
ansible.builtin.copy:
|
||||
src: ./files/opendmarc.conf
|
||||
dest: /etc/opendmarc.conf
|
||||
@@ -13,13 +13,13 @@
|
||||
notify:
|
||||
- restart opendmarc
|
||||
|
||||
- name: Dmarc directory
|
||||
- name: Create dmarc directory
|
||||
ansible.builtin.file:
|
||||
path: /etc/dmarc
|
||||
state: directory
|
||||
mode: 0755
|
||||
|
||||
- name: Secondary configuration files
|
||||
- name: Put secondary configuration files
|
||||
ansible.builtin.copy:
|
||||
src: "./files/dmarc/{{ item }}"
|
||||
dest: "/etc/dmarc/{{ item }}"
|
||||
|
Reference in New Issue
Block a user