style: make ansible-lint happier
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
---
|
||||
|
||||
- name: nginx cache
|
||||
copy:
|
||||
- name: Nginx cache
|
||||
ansible.builtin.copy:
|
||||
src: files/fastcgi_cache.conf
|
||||
dest: /etc/nginx/conf.d/fastcgi_cache.conf
|
||||
mode: 0644
|
||||
notify:
|
||||
- restart nginx
|
||||
|
||||
- name: wordpress cron
|
||||
cron:
|
||||
- name: Wordpress cron
|
||||
ansible.builtin.cron:
|
||||
name: "WP Twitter refresh"
|
||||
user: www-data
|
||||
minute: "*/2"
|
||||
|
Reference in New Issue
Block a user