diff options
Diffstat (limited to 'awx_modules/plugins/modules/tower_credential.py')
-rw-r--r-- | awx_modules/plugins/modules/tower_credential.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awx_modules/plugins/modules/tower_credential.py b/awx_modules/plugins/modules/tower_credential.py index 8f8b41badf..aac3d9406a 100644 --- a/awx_modules/plugins/modules/tower_credential.py +++ b/awx_modules/plugins/modules/tower_credential.py @@ -190,7 +190,7 @@ EXAMPLES = ''' import os from ansible.module_utils._text import to_text -from ansible.module_utils.ansible_tower import TowerModule, tower_auth_config, tower_check_mode +from ..module_utils.ansible_tower import TowerModule, tower_auth_config, tower_check_mode try: import tower_cli |