mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 02:50:18 +01:00
Defaults __sshd_testing when not testing
This commit is contained in:
parent
d2b274a0a1
commit
c8d7c25be3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue