--- - name: restart mariadb service become: true ansible.builtin.systemd_service: name: mariadb.service enabled: true state: restarted