Skip to content

Commit

Permalink
Fix install docker
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Jan 22, 2024
1 parent cae1186 commit ce38dca
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
# minio S3 gateway with custom users in front of an external S3 store
# https://github.com/minio/minio/issues/8045

- name: Install docker-py
- name: Install docker
become: true
ansible.builtin.dnf:
update_cache: true
name: docker-python
ansible.builtin.pip:
name: docker
state: present

- name: Create docker network
Expand Down

0 comments on commit ce38dca

Please sign in to comment.