Clarify the magic number

This commit is contained in:
Jakub Jelen 2022-04-11 19:52:19 +02:00 committed by Jakub Jelen
parent c1d1cdfeac
commit 09b4214a51

View file

@ -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