2015-09-09 17:10:20 +02:00
|
|
|
---
|
|
|
|
- name: Reload the ssh service
|
|
|
|
service: name=ssh state=reloaded
|
2019-01-23 13:11:05 +01:00
|
|
|
when: ansible_distribution_file_variety == 'Debian'
|
|
|
|
|
|
|
|
- name: Reload the ssh service
|
|
|
|
service: name=sshd state=reloaded
|
|
|
|
when: ansible_distribution_file_variety == 'RedHat'
|
|
|
|
|