[CI] Drop docker install workaround (#1463)

Signed-off-by: Rick Elrod <rick@elrod.me>
This commit is contained in:
Rick Elrod
2023-07-17 15:17:46 -05:00
committed by GitHub
parent 45f7545f41
commit 7f6ed97fd5
2 changed files with 1 additions and 13 deletions

View File

@@ -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:

View File

@@ -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