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