Chris Destouni
Chris Destouni
I left the variable configured with the default list [here](https://github.com/prometheus-community/ansible/blob/0.23.0/roles/prometheus/defaults/main.yml#L92). I also additionally tested an override where I had it configured as a list and it did not seem to...
## Playbook Stored in playbooks -> prometheus -> prometheus.yml ```yaml - hosts: prometheus remote_user: root roles: - prometheus.prometheus.prometheus tags: [prometheus] vars: prometheus_version: "{{ prometheus.version }}" prometheus_storage_retention: "1w" prometheus_db_dir: /var/lib/prometheus prometheus_config_flags_extra:...