role_borgmatic/tasks/installation-atomic_container.yml
2025-03-25 21:26:44 +01:00

19 lines
391 B
YAML

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