Fix the permissions of the files inside the log directory.

This commit is contained in:
Andrea Dell'Amico 2020-07-20 12:09:06 +02:00
parent 76d8909953
commit 19daa6b326
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
- '{{ prometheus_n_e_dist_dir }}' - '{{ prometheus_n_e_dist_dir }}'
- name: Create the prometheus node exporter log directory - name: Create the prometheus node exporter log directory
file: dest={{ prometheus_n_e_logdir }} state=directory owner={{ prometheus_n_e_user }} group={{ prometheus_n_e_user }} file: dest={{ prometheus_n_e_logdir }} state=directory owner={{ prometheus_n_e_user }} group={{ prometheus_n_e_user }} recurse=yes
- name: Download the prometheus node exporter - name: Download the prometheus node exporter
get_url: url={{ prometheus_n_e_download_url }} dest=/srv/ get_url: url={{ prometheus_n_e_download_url }} dest=/srv/