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