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

Commit ffc7fae

Browse files
committed
Oracle Linux 6.5 release notes indicate no OpenSSH package change from upstream, so use RHEL 6.5 HMACs.
Signed-off-by: Jason McNew <[email protected]>
1 parent defa6f7 commit ffc7fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/crypto.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
set_fact:
3737
ssh_macs: '{{ ssh_macs_53_el_6_5_default }}'
3838
when:
39-
- ansible_distribution in ['CentOS', 'RedHat']
39+
- ansible_distribution in ['CentOS', 'OracleLinux', 'RedHat']
4040
- ansible_distribution_version is version('6.5', '>=')
4141
- not ssh_macs
4242

0 commit comments

Comments
 (0)