diff options
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/config.yml b/tasks/config.yml index 4ada6e6..5f2928b 100644 --- a/tasks/config.yml +++ b/tasks/config.yml | |||
@@ -59,7 +59,7 @@ | |||
59 | state: present | 59 | state: present |
60 | when: netdata_plugins_files|length > 0 | 60 | when: netdata_plugins_files|length > 0 |
61 | 61 | ||
62 | - name: Grant read acces to files | 62 | - name: Grant read access to files |
63 | acl: | 63 | acl: |
64 | path: "{{ item }}" | 64 | path: "{{ item }}" |
65 | entity: netdata | 65 | entity: netdata |