Authored by root

清空nginx access目录

... ... @@ -20,6 +20,9 @@
state: installed
update_cache: yes
- name: Clean nginx-access folder
shell: rm -rf /usr/share/filebeat/bin/data/nginx-access
- name: replace filebeat binary file with version 5.6.4
copy:
src: "filebeat-5.6.4"
... ...