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

8 lines
137 B
YAML
Raw Normal View History

---
- name: (arch) installing rsync
community.general.pacman:
name: rsync
state: present
update_cache: true
become: true