refactor: standardize tasks’ name
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
- opendkim
|
||||
- opendkim-tools
|
||||
|
||||
- name: Main configuration files
|
||||
- name: Put main configuration file
|
||||
ansible.builtin.template:
|
||||
src: opendkim.conf
|
||||
dest: /etc/opendkim.conf
|
||||
@@ -16,13 +16,13 @@
|
||||
notify:
|
||||
- Restart opendkim
|
||||
|
||||
- name: Dkim directory
|
||||
- name: Create dkim directory
|
||||
ansible.builtin.file:
|
||||
path: /etc/dkim
|
||||
state: directory
|
||||
mode: 0755
|
||||
|
||||
- name: Secondary configuration files
|
||||
- name: Put secondary configuration files
|
||||
ansible.builtin.copy:
|
||||
src: "./files/dkim/{{ item }}"
|
||||
dest: "/etc/dkim/{{ item }}"
|
||||
|
Reference in New Issue
Block a user