This commit is contained in:
Marco Ochse 2023-06-30 23:42:19 +02:00
parent 3f472f594a
commit 3eead2740e

View file

@ -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 #