mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-02-02 20:59:02 +08:00
add sshd here to attempt fixing the cloud host playbooks?
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user