Add sshd handlers

This commit is contained in:
Bertrand Benjamin 2018-08-24 10:17:21 +02:00
parent 75a6d2ac1b
commit f68573e88b
2 changed files with 12 additions and 0 deletions

View File

@ -15,3 +15,9 @@
- include: tasks/arch_gnome.yml
- include: tasks/arch_graphicals.yml
- include: tasks/dotfiles.yml
handlers:
- name: restart sshd
service:
name: sshd
state: restarted

View File

@ -10,3 +10,9 @@
name: sshd
state: started
enabled: yes
- handlers:
- name: restart sshd
service:
name: sshd
state: restarted