diff --git a/installer/install/tpot.yml b/installer/install/tpot.yml index d00152b6..0113ac31 100644 --- a/installer/install/tpot.yml +++ b/installer/install/tpot.yml @@ -302,7 +302,7 @@ - name: Restart SSH service: - name: "{{ 'sshd' if ansible_distribution == 'Debian|openSUSE Tumbleweed' else 'ssh' }}" + name: "{{ 'sshd' if ansible_distribution == 'Debian|Fedora|openSUSE Tumbleweed' else 'ssh' }}" state: restarted enabled: true when: ansible_distribution in ["Debian", "Fedora", "openSUSE Tumbleweed", "Ubuntu"]