From aeacadcaa220da2a0ee7568a865d1e1cb673964e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 12 Jun 2020 09:22:33 -0700 Subject: [PATCH] Drop another use of white/blacklist Signed-off-by: Adam Williamson --- vars/global.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/global.yml b/vars/global.yml index ed6d0c6f0f..76d489a37d 100644 --- a/vars/global.yml +++ b/vars/global.yml @@ -55,7 +55,7 @@ rhel70_x86_64: rhel-guest-image-7.0-20140930.0.x86_64 rhel66_x86_64: rhel-guest-image-6.6-20141222.0.x86_64 fedora31_x86_64: Fedora-Cloud-Base-31-1.9.x86_64 -# Note: we do "all and blacklist" rather than whitelist to make sure we can use this +# Note: we do "+all -some" rather than "+some" to make sure we can use this # same list on both EL7 and Fedora and get new ciphers: on Fedora, at time of writing, # this includes TLSv1.3, which EL7 does not have. ssl_protocols: "+all -SSLv3 -TLSv1 -TLSv1.1"