mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 21:46:00 -03:30
add awx-manage executable for tower-qa tests
This commit is contained in:
10
tools/docker-compose/awx-manage
Executable file
10
tools/docker-compose/awx-manage
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/tower_devel/venv/tower/bin/python
|
||||
# EASY-INSTALL-ENTRY-SCRIPT: 'ansible-tower==3.0.0-0.devel','console_scripts','awx-manage'
|
||||
__requires__ = 'ansible-tower==3.0.0-0.devel'
|
||||
import sys
|
||||
from pkg_resources import load_entry_point
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.exit(
|
||||
load_entry_point('ansible-tower==3.0.0-0.devel', 'console_scripts', 'awx-manage')()
|
||||
)
|
||||
Reference in New Issue
Block a user