--- # tasks file for dnsmasq - name: Install stubby ansible.builtin.command: argv: - /usr/bin/rpm-ostree - install - --allow-inactive - --assumeyes - --idempotent - dnsmasq creates: /sysroot/ostree/repo/refs/heads/rpmostree/pkg/dnsmasq become: true notify: Apply installation - name: Flush handlers meta: flush_handlers