Fix(Choux): forgot to change service name...

This commit is contained in:
Bertrand Benjamin 2018-10-18 19:45:06 +02:00
parent 774d27816a
commit a7e8d734ca
1 changed files with 2 additions and 2 deletions

View File

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