ansible-role--rsnapshot/tasks/_install.yml
2024-07-12 14:35:24 +02:00

7 lines
127 B
YAML

---
- name: "Install backup tools with apt"
ansible.builtin.apt:
name:
- rsnapshot
- tmux
state: present