add sshd here to attempt fixing the cloud host playbooks?

Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
Rick Elrod 2018-05-31 18:23:36 +00:00
parent 1663744eae
commit d2b6d8ec2d

View file

@ -54,6 +54,9 @@
- name: restart ntpd
action: service name=ntpd state=restarted
- name: restart sshd
action: service name=sshd state=restarted
- name: restart openvpn (Fedora)
when: ansible_distribution == "Fedora"
action: service name=openvpn-client@openvpn state=restarted