Defaults __sshd_testing when not testing

This commit is contained in:
Nikolaos Kakouros 2022-08-17 21:51:43 +00:00 committed by Jakub Jelen
parent d2b274a0a1
commit c8d7c25be3

View file

@ -39,4 +39,4 @@
ansible.builtin.set_fact:
__sshd_skip_virt_env: "{{ __sshd_skip_virt_env }}"
__sshd_config_file: "{{ __sshd_config_file }}"
when: __sshd_testing | bool
when: __sshd_testing | d(false) | bool