- name: ensure scrape hosts file is populated copy: dest: /etc/prometheus/scrape-collectd.yml content: |+ {{ scrape_collectd_config | to_nice_yaml }} mode: u=rw,go=r owner: root group: root