From 3f472f594a0a1057aad5caa16ff764260910fcb4 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Fri, 30 Jun 2023 23:23:15 +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 0113ac31..5351dd87 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|Fedora|openSUSE Tumbleweed' else 'ssh' }}" + name: "{{ 'sshd' if ansible_distribution in ['Debian', 'Fedora', 'openSUSE Tumbleweed'] else 'ssh' }}" state: restarted enabled: true when: ansible_distribution in ["Debian", "Fedora", "openSUSE Tumbleweed", "Ubuntu"]