From 72502ebbe6e0436697a183960ac77407a4b63272 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Mon, 26 Jun 2023 18:10:39 +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 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"]