fix lint
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2020-06-03 23:28:42 +02:00
parent 1815c6a325
commit 72b71d02d8

View file

@ -3,7 +3,8 @@
- name: monitoring setup
block:
- include_vars: "{{ item }}"
- name: Include vars files list
include_vars: "{{ item }}"
with_items:
- "prometheus_files_list.yml"
- "grafana_files_list.yml"
@ -14,7 +15,7 @@
when:
- prometheus_state == "absent"
- grafana_state == "absent"
- name: namespace
k8s:
state: "{{ monitoring_state }}"