From adcdee9bb0031577698246fcfc51f8af63a56a17 Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Fri, 10 Jul 2020 21:46:54 -0500 Subject: [PATCH] remove 'alternatives' from COMMAND_WARNINGS config (#70577) Change: - This line causes the deprecation to make no grammatical sense. Nuking it. Test Plan: - My eyes Signed-off-by: Rick Elrod --- lib/ansible/config/base.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/config/base.yml b/lib/ansible/config/base.yml index 0dbb8929596..52218008023 100644 --- a/lib/ansible/config/base.yml +++ b/lib/ansible/config/base.yml @@ -429,7 +429,6 @@ COMMAND_WARNINGS: deprecated: why: The command warnings feature is being removed. version: "2.14" - alternatives: N/A, these are just warnings and we no longer plan to show them. LOCALHOST_WARNING: name: Warning when using implicit inventory with only localhost default: True