2023-01-05 11:44:26 +01:00

9 lines
129 B
YAML

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