--- - name: 'restart recipya' ansible.builtin.systemd_service: name: 'recipya' state: 'restarted' scope: 'user' daemon_reload: true