--- - name: ucr commit ansible.builtin.command: /usr/sbin/ucr commit - name: systemctl daemon-reload ansible.builtin.systemd: daemon_reload: yes - name: restart prometheus-zpool-collector ansible.builtin.systemd: name: prometheus-node-exporter-zpool.timer state: restarted - name: restart prometheus-node-exporter ansible.builtin.systemd: name: prometheus-node-exporter.service state: restarted