--- - name: install dependencies apt: name: - libprotobuf-c1 - libmicrohttpd12 state: present - name: install prometheus plugin config copy: dest: /etc/collectd/conf.d/prometheus.conf content: | LoadPlugin "write_prometheus" {% if collectd_prometheus_config is defined %} {{ collectd_prometheus_config | indent(width=2) }} {% endif %} notify: restart collectd