From 1b6b74f6559a1c59e13b728058388b46522d55ae Mon Sep 17 00:00:00 2001 From: Pilou Date: Wed, 16 Aug 2017 03:35:09 +0200 Subject: [PATCH] alternatives: link is required when alternative is unknown (#27942) Fixes #25598 --- lib/ansible/modules/system/alternatives.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/system/alternatives.py b/lib/ansible/modules/system/alternatives.py index 05f336f72a..680d21dd36 100644 --- a/lib/ansible/modules/system/alternatives.py +++ b/lib/ansible/modules/system/alternatives.py @@ -37,7 +37,8 @@ options: link: description: - The path to the symbolic link that should point to the real executable. - - This option is required on RHEL-based distributions + - This option is always required on RHEL-based distributions. On Debian-based distributions this option is + required when the alternative I(name) is unknown to the system. required: false priority: description: