|
|
|
@ -8,6 +8,7 @@
|
|
|
|
ansible-galaxy collection download
|
|
|
|
ansible-galaxy collection download
|
|
|
|
git+https://github.com/ansible-collections/amazon.aws.git,37875c5b4ba5bf3cc43e07edf29f3432fd76def5
|
|
|
|
git+https://github.com/ansible-collections/amazon.aws.git,37875c5b4ba5bf3cc43e07edf29f3432fd76def5
|
|
|
|
git+https://github.com/AlanCoding/awx.git#awx_collection,750c22a150d04eef1cb625fd4f83cce57949416c
|
|
|
|
git+https://github.com/AlanCoding/awx.git#awx_collection,750c22a150d04eef1cb625fd4f83cce57949416c
|
|
|
|
|
|
|
|
--no-deps
|
|
|
|
args:
|
|
|
|
args:
|
|
|
|
chdir: '{{ galaxy_dir }}/download'
|
|
|
|
chdir: '{{ galaxy_dir }}/download'
|
|
|
|
register: download_collection
|
|
|
|
register: download_collection
|
|
|
|
@ -30,7 +31,7 @@
|
|
|
|
- download_collection_awx_actual.stat.exists
|
|
|
|
- download_collection_awx_actual.stat.exists
|
|
|
|
|
|
|
|
|
|
|
|
- name: test the downloaded repository can be installed
|
|
|
|
- name: test the downloaded repository can be installed
|
|
|
|
command: 'ansible-galaxy collection install -r requirements.yml'
|
|
|
|
command: 'ansible-galaxy collection install -r requirements.yml --no-deps'
|
|
|
|
args:
|
|
|
|
args:
|
|
|
|
chdir: '{{ galaxy_dir }}/download/collections/'
|
|
|
|
chdir: '{{ galaxy_dir }}/download/collections/'
|
|
|
|
|
|
|
|
|
|
|
|
|