mirror of
https://github.com/ansible/awx.git
synced 2026-02-12 23:24:48 -03:30
use ansible runner to run playbooks
* Project Updates * Jobs * Inventory Updates * System Jobs * AdHoc Commands * Notifications * Fact Cache * proot
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
ansible-runner>=1.2.0
|
||||
#ansible-runner>=1.2.0
|
||||
appdirs==1.4.2
|
||||
asgi-amqp==1.1.3
|
||||
asgiref==1.1.2
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
# pip-compile requirements/requirements.in
|
||||
#
|
||||
amqp==2.3.2 # via kombu
|
||||
ansible-runner==1.2.0
|
||||
#ansible-runner==1.2.0
|
||||
appdirs==1.4.2
|
||||
argparse==1.4.0 # via uwsgitop
|
||||
asgi-amqp==1.1.3
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
git+https://github.com/ansible/ansiconv.git@tower_1.0.0#egg=ansiconv
|
||||
git+https://github.com/ansible/django-qsstats-magic.git@py3#egg=django-qsstats-magic
|
||||
git+https://github.com/ansible/django-jsonbfield@fix-sqlite_serialization#egg=jsonbfield
|
||||
git+https://github.com/ansible/ansible-runner@master#egg=ansible_runner
|
||||
|
||||
Reference in New Issue
Block a user