role_ansible/tasks/installation-atomic_container.yml

19 lines
390 B
YAML

---
# 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