From 38b1e99673ebc3a7a9bf093a62d31df549b932ba Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Fri, 30 Jun 2023 22:51:25 +0200 Subject: [PATCH] tweaking --- installer/install/tpot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]