--- # handlers file for stubby - name: Apply installation ansible.builtin.command: argv: - /usr/bin/rpm-ostree - apply-live become: true - name: Restart stubby.service ansible.builtin.systemd: state: restarted name: stubby.service become: true