mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 10:40:01 -03:30
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user