Fix(Choux): Enable autofs service

This commit is contained in:
Bertrand Benjamin 2018-10-18 19:42:05 +02:00
parent 3ba776d934
commit 774d27816a
1 changed files with 5 additions and 0 deletions

View File

@ -19,3 +19,8 @@
src: files/autofs.songe
dest: /etc/autofs/auto.songe
- name: Enable SSH daemon
service:
name: sshd
state: started
enabled: yes