dotfiles/roles/rsync/tasks/install/void.yml

8 lines
135 B
YAML

---
- name: (void) installing rsync
community.general.xbps:
name: rsync
state: present
update_cache: true
become: true