2021-01-11 08:10:23 +01:00

9 lines
109 B
YAML

---
- name: installation rsync et smbclient
apt:
name:
- rsync
- smbclient
state: present