ansible-desktop/roles/autofs/tasks/install.yml
Przemek Grondek b077697687 Add autofs
2023-08-22 21:10:54 +02:00

8 lines
139 B
YAML

- name: install necessary software
become: yes
apt:
update_cache: yes
pkg:
- autofs
- cifs-utils
- nfs-common