--- - name: 'config | Set the Prom config' ansible.builtin.template: src: 'prometheus.yml.j2' dest: '/etc/prometheus/prometheus.yml' mode: '644' - name: 'config | Start the service' ansible.builtin.service: name: 'prometheus' state: 'restarted' enabled: true