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