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

@@ -10,7 +10,7 @@
cmd: /usr/bin/openssl dhparam -out /etc/nginx/dhparam.pem 2048
creates: /etc/nginx/dhparam.pem
- name: Put configuration files
- name: Put nginx configuration files
ansible.builtin.template:
src: "{{ item.src }}"
dest: "{{ item.dest }}"