refactor: standardize tasks’ name

This commit is contained in:
VC
2024-07-05 11:53:35 +02:00
parent 788dfae081
commit 85f0f91887
36 changed files with 114 additions and 138 deletions

View File

@@ -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 }}"