Skip to content

Commit

Permalink
Fixed an issue 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
xogoodnow committed Dec 21, 2023
1 parent ddd38aa commit e61f15f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Ansible/roles/Install_Docker/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,14 @@
- docker-buildx-plugin
- docker-compose-plugin
- python3-pip
- docker-compose

- name: pause for docker to be ready
pause:
seconds: 15


- name:
- name: install dockerpy
pip:
name: docker
Expand Down

0 comments on commit e61f15f

Please sign in to comment.