diff options
author | Chris Meyers <chris.meyers.fsu@gmail.com> | 2024-08-14 21:28:46 +0200 |
---|---|---|
committer | Chris Meyers <chrismeyersfsu@users.noreply.github.com> | 2024-09-04 20:46:22 +0200 |
commit | 4328093c05945e59ddf96e75a4e5a31c09cd2dc5 (patch) | |
tree | 61d7b2251ca644a7690e6611b6e80e810529efff /requirements | |
parent | Delete cred and inv plugins (diff) | |
download | awx-4328093c05945e59ddf96e75a4e5a31c09cd2dc5.tar.xz awx-4328093c05945e59ddf96e75a4e5a31c09cd2dc5.zip |
Use awx-plugins instead
* Instead of sourcing cred and inv plugins from the awx repo awx_plugins
local directory, source them from the python package awx-plugins-core.
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/requirements_git.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements/requirements_git.txt b/requirements/requirements_git.txt index fa25b10ffc..e5a5ee2550 100644 --- a/requirements/requirements_git.txt +++ b/requirements/requirements_git.txt @@ -3,3 +3,4 @@ git+https://github.com/ansible/system-certifi.git@devel#egg=certifi git+https://github.com/ansible/ansible-runner.git@devel#egg=ansible-runner git+https://github.com/ansible/python3-saml.git@devel#egg=python3-saml django-ansible-base @ git+https://github.com/ansible/django-ansible-base@devel#egg=django-ansible-base[rest_filters,jwt_consumer,resource_registry,rbac] +awx-plugins-core @ git+https://git@github.com/chrismeyersfsu/awx-plugins.git@entrypoints2#awx-plugins-core |