mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
Fix molecule test by pinning community.docker for requests issue (#1396)
This commit is contained in:
@@ -5,8 +5,20 @@
|
|||||||
gather_facts: no
|
gather_facts: no
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
# Remove after this if fixed: https://github.com/ansible-collections/community.docker/issues/611
|
||||||
|
- name: Install docker
|
||||||
|
become: yes
|
||||||
|
pip:
|
||||||
|
name:
|
||||||
|
- websocket-client==0.59.0
|
||||||
|
- requests==2.28.2
|
||||||
|
- urllib3==1.26.15
|
||||||
|
- docker
|
||||||
|
- docker-compose
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: Build operator image
|
- name: Build operator image
|
||||||
docker_image:
|
community.docker.docker_image:
|
||||||
build:
|
build:
|
||||||
path: '{{ project_dir }}'
|
path: '{{ project_dir }}'
|
||||||
pull: no
|
pull: no
|
||||||
|
|||||||
@@ -5,4 +5,5 @@ collections:
|
|||||||
version: 2.3.2
|
version: 2.3.2
|
||||||
- name: operator_sdk.util
|
- name: operator_sdk.util
|
||||||
- name: community.docker
|
- name: community.docker
|
||||||
|
version: 3.4.4
|
||||||
- name: awx.awx
|
- name: awx.awx
|
||||||
|
|||||||
Reference in New Issue
Block a user