Skip to content
Snippets Groups Projects
Commit 31b0150a authored by Thomas Schneider's avatar Thomas Schneider
Browse files

fixup! ssh-server: RHEL support

parent 59f537f2
No related branches found
No related tags found
No related merge requests found
Pipeline #5047 failed
---
- name: restart ssh
- name: restart sshd
service:
name: sshd
state: restarted
......@@ -59,7 +59,7 @@
- forwarding.conf
- groups.conf
notify:
- restart ssh
- restart sshd
tags:
- ssh
......@@ -115,7 +115,7 @@
mode: '0644'
when: is_debian
notify:
- restart ssh
- restart sshd
tags:
- ssh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment