Skip to content

Commit

Permalink
[CI] Drop docker install workaround
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Elrod <[email protected]>
  • Loading branch information
relrod committed Jun 24, 2023
1 parent 213c1be commit dc3295a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions molecule/kind/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion molecule/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dc3295a

Please sign in to comment.