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: service:
name: sshd name: sshd
state: restarted state: restarted
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
- forwarding.conf - forwarding.conf
- groups.conf - groups.conf
notify: notify:
- restart ssh - restart sshd
tags: tags:
- ssh - ssh
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
mode: '0644' mode: '0644'
when: is_debian when: is_debian
notify: notify:
- restart ssh - restart sshd
tags: tags:
- ssh - ssh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment