mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-12-23 09:00:19 +01:00
Clarify the magic number
This commit is contained in:
parent
c1d1cdfeac
commit
09b4214a51
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
|||
|
||||
- name: Make sure hostkeys are available and have expected permissions
|
||||
vars: &share_vars
|
||||
# 'MAo=' evaluates to '0\n' in base 64 encoding, which is default
|
||||
__sshd_fips_mode: >-
|
||||
{{ __sshd_hostkeys_nofips | d([]) and
|
||||
(__sshd_kernel_fips_mode.content | d('MAo=') | b64decode | trim == '1' or
|
||||
|
|
Loading…
Reference in a new issue