Skip to content
Snippets Groups Projects
Commit 09a19b68 authored by Renee Margaret McConahy's avatar Renee Margaret McConahy
Browse files

roles/docker: Update dependency versions.

parent b51be96b
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
name:
- docker-ce=5:19.03.*
- docker-ce-cli=5:19.03.*
- containerd.io=1.2.*
- containerd.io=1.3.*
- python3-docker # Needed for Ansible's Docker modules.
state: present
when: ansible_distribution == "Ubuntu"
......@@ -37,7 +37,7 @@
name:
- docker-ce-19.03.*
- docker-ce-cli-19.03.*
- containerd.io-1.2.*
- containerd.io-1.3.*
- python-docker-py # Needed for Ansible's Docker modules.
state: present
when: ansible_distribution == "CentOS"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment