fix: create missing telegraf directories
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8dc9056308
commit
e706bc53c5
@ -22,6 +22,16 @@
|
||||
loop:
|
||||
- telegraf
|
||||
|
||||
- name: Ensure Telegraf directories exist
|
||||
file:
|
||||
path: "{{ item }}"
|
||||
state: directory
|
||||
owner: telegraf
|
||||
group: telegraf
|
||||
mode: 0750
|
||||
loop:
|
||||
- /etc/telegraf/.cache/snowflake
|
||||
|
||||
- name: Copy custom Telegraf template files
|
||||
template:
|
||||
src: "{{ item }}"
|
||||
|
Loading…
Reference in New Issue
Block a user