Skip to content

Commit

Permalink
fix: Undo YAML extension change
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwillsher committed Sep 12, 2024
1 parent ae7b231 commit 17b1e55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
- __sshd_hostkeys_nofips | d([])

- 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
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
Expand Down

0 comments on commit 17b1e55

Please sign in to comment.