mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
alternatives: link is required when alternative is unknown (#27942)
Fixes #25598
This commit is contained in:
parent
9e8a3f4302
commit
1b6b74f655
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue