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

10 lines
142 B
YAML
Raw Normal View History

---
# rsync
- name: (alp) installing rsync
community.general.apk:
name: rsync
state: present
update_cache: true
become: true