mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-13 03:58:47 +00:00
Fix grafana test idempotence
This commit is contained in:
parent
5409640a12
commit
7e1149beaa
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
state: directory
|
state: directory
|
||||||
owner: "472"
|
owner: "472"
|
||||||
recurse: yes
|
recurse: yes
|
||||||
|
changed_when: false
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ stats_grafana_data_directory }}"
|
- "{{ stats_grafana_data_directory }}"
|
||||||
- "{{ stats_grafana_config_directory }}"
|
- "{{ stats_grafana_config_directory }}"
|
||||||
|
|
Loading…
Reference in a new issue