mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
No meaningful change just to trigger Travis
This commit is contained in:
parent
2b982c8345
commit
dd19f6d61b
1 changed files with 0 additions and 1 deletions
|
@ -566,7 +566,6 @@ def main():
|
||||||
lxd_manage = LxdContainerManagement(module=module)
|
lxd_manage = LxdContainerManagement(module=module)
|
||||||
lxd_manage.run()
|
lxd_manage.run()
|
||||||
|
|
||||||
|
|
||||||
# import module bits
|
# import module bits
|
||||||
from ansible.module_utils.basic import *
|
from ansible.module_utils.basic import *
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
Loading…
Reference in a new issue