From 3eead2740ef212dd72f718bc32c50a00e8c20705 Mon Sep 17 00:00:00 2001
From: Marco Ochse <t3chn0m4g3@users.noreply.github.com>
Date: Fri, 30 Jun 2023 23:42:19 +0200
Subject: [PATCH] tweaking

---
 installer/install/tpot.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/installer/install/tpot.yml b/installer/install/tpot.yml
index 5351dd87..1fcc39f7 100644
--- a/installer/install/tpot.yml
+++ b/installer/install/tpot.yml
@@ -302,10 +302,10 @@
 
     - name: Restart SSH
       service:
-        name: "{{ 'sshd' if ansible_distribution in ['Debian', 'Fedora', 'openSUSE Tumbleweed'] else 'ssh' }}"
+        name: "{{ 'sshd' if ansible_distribution in ['Debian', 'openSUSE Tumbleweed'] else 'ssh' }}"
         state: restarted
         enabled: true
-      when: ansible_distribution in ["Debian", "Fedora", "openSUSE Tumbleweed", "Ubuntu"]
+      when: ansible_distribution in ["Debian", "openSUSE Tumbleweed", "Ubuntu"]
 
 #######################################################################
 # T-Pot - Adjust group users, bashrc, clone / update T-Pot repository #