mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-09-05 01:36:21 +00:00
tweaking
This commit is contained in:
parent
25eea5b9ab
commit
72502ebbe6
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@
|
|||
|
||||
- name: Restart SSH
|
||||
service:
|
||||
name: "{{ 'sshd' if ansible_distribution == 'Debian' else 'ssh' }}"
|
||||
name: "{{ 'sshd' if ansible_distribution == 'Debian|openSUSE Tumbleweed' else 'ssh' }}"
|
||||
state: restarted
|
||||
enabled: true
|
||||
when: ansible_distribution in ["Debian", "Fedora", "openSUSE Tumbleweed", "Ubuntu"]
|
||||
|
|
Loading…
Reference in a new issue