Skip to content
This repository has been archived by the owner on Dec 26, 2020. It is now read-only.

Commit

Permalink
Oracle Linux 6.5 release notes indicate no OpenSSH package change fro…
Browse files Browse the repository at this point in the history
…m upstream, so use RHEL 6.5 HMACs.

Signed-off-by: Jason McNew <foonix@yahoo.com>
  • Loading branch information
foonix committed Apr 11, 2020
1 parent defa6f7 commit ffc7fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/crypto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
set_fact:
ssh_macs: '{{ ssh_macs_53_el_6_5_default }}'
when:
- ansible_distribution in ['CentOS', 'RedHat']
- ansible_distribution in ['CentOS', 'OracleLinux', 'RedHat']
- ansible_distribution_version is version('6.5', '>=')
- not ssh_macs

Expand Down

0 comments on commit ffc7fae

Please sign in to comment.