mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Minor fixes for os_security_group_rule module
Was not able to use this module as it was. The changes submitted resolved the issues I ran into in order to get it working.
This commit is contained in:
parent
2d7dbc5d0c
commit
ecef2aadba
1 changed files with 8 additions and 7 deletions
|
@ -153,4 +153,5 @@ def main():
|
|||
# this is magic, see lib/ansible/module_common.py
|
||||
from ansible.module_utils.basic import *
|
||||
from ansible.module_utils.openstack import *
|
||||
|
||||
main()
|
||||
|
|
Loading…
Reference in a new issue