--- - name: Copy in /usr/local/bin/collectd-postgres.sh ansible.builtin.template: > src=collectd-postgres.sh dest=/usr/local/bin/collectd-postgres.sh mode=0755 tags: - collectd notify: Restart collectd - name: Copy in /etc/collectd.d/postgres.conf ansible.builtin.template: > src=postgres.conf dest=/etc/collectd.d/postgres.conf tags: - collectd notify: Restart collectd