forked from gadmin/gsb2023
9 lines
129 B
YAML
9 lines
129 B
YAML
- name: installation rsync et smbclient
|
|
apt:
|
|
name:
|
|
- rsync
|
|
- smbclient
|
|
- cifs-utils
|
|
state: present
|
|
|