ansible-role-borgbackup/tasks/install_pkg.yml

7 lines
162 B
YAML
Raw Normal View History

---
- name: Install borgmatic and borg via distribution package manager
package:
name: "{{ item }}"
state: present
loop: "{{ borg_system_packages }}"