diff options
author | Gaëtan <36162164+gaetanfl@users.noreply.github.com> | 2021-11-03 09:45:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-03 09:45:35 +0100 |
commit | ffadb834d15c8bff62cb4133d5b5156e5dfef55b (patch) | |
tree | 80131ed79f1b6233db736dfc223d7dfa2de73207 | |
parent | 8916f8fa2167abad24cfdd2a9e305160d83a6958 (diff) | |
download | ansible-netdata_straight-ffadb834d15c8bff62cb4133d5b5156e5dfef55b.tar.gz ansible-netdata_straight-ffadb834d15c8bff62cb4133d5b5156e5dfef55b.tar.zst ansible-netdata_straight-ffadb834d15c8bff62cb4133d5b5156e5dfef55b.zip |
Update tasks/config.yml
Co-authored-by: Frédéric Menou <frederic.menou@fretlink.com>
-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 |