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

@@ -1,6 +1,6 @@
---
- name: Nginx cache
- name: Put nginx cache configuration file
ansible.builtin.copy:
src: files/fastcgi_cache.conf
dest: /etc/nginx/conf.d/fastcgi_cache.conf
@@ -8,7 +8,7 @@
notify:
- Restart nginx
- name: Wordpress cron
- name: Cron for wordpress
ansible.builtin.cron:
name: "WP Twitter refresh"
user: www-data