diff --git a/installer/install/tpot.yml b/installer/install/tpot.yml index b2b3a55d..0361595c 100644 --- a/installer/install/tpot.yml +++ b/installer/install/tpot.yml @@ -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"]