mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
Call main in conditional way - cloud/rackspace
This commit is contained in:
parent
c8fd24ee04
commit
21bd86ef1d
20 changed files with 60 additions and 20 deletions
|
@ -617,4 +617,6 @@ def main():
|
|||
from ansible.module_utils.basic import *
|
||||
from ansible.module_utils.rax import *
|
||||
|
||||
main()
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue