From 774d27816aa44bdd032a271deac9db3c6186cb46 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 18 Oct 2018 19:42:05 +0200 Subject: [PATCH] Fix(Choux): Enable autofs service --- tasks/home_autofs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tasks/home_autofs.yml b/tasks/home_autofs.yml index 58877cf..692938c 100644 --- a/tasks/home_autofs.yml +++ b/tasks/home_autofs.yml @@ -19,3 +19,8 @@ src: files/autofs.songe dest: /etc/autofs/auto.songe +- name: Enable SSH daemon + service: + name: sshd + state: started + enabled: yes