refactor: standardize tasks’ name
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user