Fix runtime directory check

This commit is contained in:
Jakub Jelen 2021-11-30 16:29:06 +01:00
parent 214df35c0b
commit fc998f21c2

View file

@ -122,7 +122,7 @@
group: root
mode: "{{ __sshd_runtime_directory_mode }}"
when:
- __sshd_runtime_directory | d(false) | bool
- __sshd_runtime_directory | d(false)
- name: Create the complete configuration file
template: