Update developing_modules_best_practices.rst (#69937)
##### SUMMARY wrong module path for module_utils.basic in developing_modules_best_practices.rst
This commit is contained in:
parent
3e566768c1
commit
ff98ecc4d0
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ Importing and using shared code
|
||||||
|
|
||||||
import traceback
|
import traceback
|
||||||
|
|
||||||
from ansible.basic import missing_required_lib
|
from ansible.module_utils.basic import missing_required_lib
|
||||||
|
|
||||||
LIB_IMP_ERR = None
|
LIB_IMP_ERR = None
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Reference in a new issue