basic: Update required library message (#68657)
Updated missing_required_lib API message. Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
780067e6a1
commit
0f8937f2ed
2 changed files with 3 additions and 1 deletions
2
changelogs/fragments/required_lib_message.yml
Normal file
2
changelogs/fragments/required_lib_message.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- Update required library message with correct grammer in basic.py.
|
|
@ -558,7 +558,7 @@ def missing_required_lib(library, reason=None, url=None):
|
|||
if url:
|
||||
msg += " See %s for more info." % url
|
||||
|
||||
msg += (" Please read module documentation and install in the appropriate location."
|
||||
msg += (" Please read the module documentation and install it in the appropriate location."
|
||||
" If the required library is installed, but Ansible is using the wrong Python interpreter,"
|
||||
" please consult the documentation on ansible_python_interpreter")
|
||||
return msg
|
||||
|
|
Loading…
Reference in a new issue