mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
9 lines
154 B
Python
Executable File
9 lines
154 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
# Copyright (c) 2014 AnsibleWorks, Inc.
|
|
# All Rights Reserved.
|
|
|
|
if __name__ == '__main__':
|
|
from awx import manage
|
|
manage()
|