mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-25 04:20:18 +01:00
Fix runtime directory check
This commit is contained in:
parent
214df35c0b
commit
fc998f21c2
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue