[stable-2.10] Use --no-deps when installing amazon.aws and not testing dependencies (#77091).

(cherry picked from commit 88bfb7193e)

Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
pull/77110/head
Sloane Hertel 4 years ago committed by Matt Clay
parent 95d859be71
commit 65723f0bbc

@ -8,6 +8,7 @@
ansible-galaxy collection download
git+https://github.com/ansible-collections/amazon.aws.git,37875c5b4ba5bf3cc43e07edf29f3432fd76def5
git+https://github.com/AlanCoding/awx.git#awx_collection,750c22a150d04eef1cb625fd4f83cce57949416c
--no-deps
args:
chdir: '{{ galaxy_dir }}/download'
register: download_collection
@ -30,7 +31,7 @@
- download_collection_awx_actual.stat.exists
- 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:
chdir: '{{ galaxy_dir }}/download/collections/'

@ -4,7 +4,7 @@
dest: '{{ galaxy_dir }}/development/amazon.aws/'
- name: install
command: 'ansible-galaxy collection install git+file://{{galaxy_dir }}/development/amazon.aws/.git'
command: 'ansible-galaxy collection install git+file://{{galaxy_dir }}/development/amazon.aws/.git --no-deps'
args:
chdir: '{{ galaxy_dir }}/development'

Loading…
Cancel
Save