ansible-role--rsnapshot/tasks/_install.yml

8 lines
127 B
YAML
Raw Normal View History

2024-07-12 12:35:24 +00:00
---
- name: "Install backup tools with apt"
ansible.builtin.apt:
name:
- rsnapshot
- tmux
state: present