monitoring: Adjust include to include_tasks
This commit is contained in:
parent
7f7ba151a6
commit
2d6c6078c0
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
no_log: true
|
no_log: true
|
||||||
|
|
||||||
- name: Configure databases
|
- name: Configure databases
|
||||||
include: database.yml
|
include_tasks: database.yml
|
||||||
loop: "{{ monitoring_influxdb_databases }}"
|
loop: "{{ monitoring_influxdb_databases }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: "database"
|
loop_var: "database"
|
||||||
|
|
Loading…
Add table
Reference in a new issue