mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Fix packaging/os modules for wildcard imports and get_exception
This commit is contained in:
parent
5c50720325
commit
a5b80464df
17 changed files with 48 additions and 46 deletions
|
@ -75,6 +75,8 @@ EXAMPLES = '''
|
|||
origin: 'https://pkg.example.com/site/'
|
||||
'''
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
|
||||
|
||||
def main():
|
||||
module = AnsibleModule(
|
||||
|
@ -205,7 +207,5 @@ def unstringify(val):
|
|||
return val
|
||||
|
||||
|
||||
from ansible.module_utils.basic import *
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue