diff options
author | Seth Foster <fosterbseth@gmail.com> | 2020-05-13 16:41:01 +0200 |
---|---|---|
committer | Seth Foster <fosterbseth@gmail.com> | 2020-05-13 16:41:01 +0200 |
commit | 4da0e0dd804ada784b7072ea423b459fcfc501b2 (patch) | |
tree | 8058cf834931a1591dcb1f69ae49bcdc3d0f9d2a /requirements/collections_requirements.yml | |
parent | Merge pull request #6992 from ryanpetrello/job-host-summary-optimization (diff) | |
download | awx-4da0e0dd804ada784b7072ea423b459fcfc501b2.tar.xz awx-4da0e0dd804ada784b7072ea423b459fcfc501b2.zip |
Vendor collections for isolated jobs to work in ansible 2.10
kubectl and synchronize are now part of community.kubernetes
and ansible.posix collections, respectively. This change installs
these collections to a local directory to be used in inventory and
isolated management playbooks.
awx issue #6930
Diffstat (limited to 'requirements/collections_requirements.yml')
-rw-r--r-- | requirements/collections_requirements.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/requirements/collections_requirements.yml b/requirements/collections_requirements.yml index ea7abf5578..35ed989908 100644 --- a/requirements/collections_requirements.yml +++ b/requirements/collections_requirements.yml @@ -16,3 +16,7 @@ collections: version: 0.4.0 # first to contain necessary grouping and filtering features - name: ovirt.ovirt version: 1.0.0 # contains naming fix, was originally named ovirt.ovirt_collection + - name: community.kubernetes # required for isolated management playbooks + version: 0.11.0 + - name: ansible.posix # required for isolated management playbooks + version: 0.1.1 |