Skip to content

Commit

Permalink
Correct lookup.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Aug 28, 2020
1 parent acc27af commit 4c9d4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ openssh_configuration_file: /etc/ssh/sshd_config

_openssh_service:
default: sshd
Debian-testing: ssh
Debian-bullseye: ssh

openssh_service: "{{ _openssh_service[ansible_os_family ~ '-' ~ ansible_distribution_release] | default(_openssh_service['default']) }}"

Expand Down

0 comments on commit 4c9d4d2

Please sign in to comment.