Add sshd handlers
This commit is contained in:
parent
75a6d2ac1b
commit
f68573e88b
@ -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
|
||||
|
@ -10,3 +10,9 @@
|
||||
name: sshd
|
||||
state: started
|
||||
enabled: yes
|
||||
|
||||
- handlers:
|
||||
- name: restart sshd
|
||||
service:
|
||||
name: sshd
|
||||
state: restarted
|
||||
|
Loading…
Reference in New Issue
Block a user