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