mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
[CI] Drop docker install workaround (#1463)
Signed-off-by: Rick Elrod <rick@elrod.me>
This commit is contained in:
@@ -5,18 +5,6 @@
|
||||
gather_facts: no
|
||||
|
||||
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
|
||||
community.docker.docker_image:
|
||||
build:
|
||||
|
||||
@@ -5,5 +5,5 @@ collections:
|
||||
version: 2.3.2
|
||||
- name: operator_sdk.util
|
||||
- name: community.docker
|
||||
version: 3.4.4
|
||||
version: 3.4.5
|
||||
- name: awx.awx
|
||||
|
||||
Reference in New Issue
Block a user