mirror of https://github.com/ansible/ansible.git
* [stable-2.9] Pin Docker version at 19.03.1 (cherry picked from commitpull/69657/headfe941a4045
) Co-authored-by: Sam Doran <sdoran@redhat.com> * [stable-2.9] Pin docker-ce-cli version in tests (#69620) Installing docker-ce has a dependency of docker-ce-cli. If the version of docker-ci-cli is not specified, it installs the latest version. (cherry picked from commit889da811d7
)
parent
7adce02130
commit
f963aba45a
@ -1,4 +1,5 @@
|
||||
docker_prereq_packages: []
|
||||
|
||||
docker_packages:
|
||||
- docker-ce
|
||||
- docker-ce-19.03.1
|
||||
- docker-ce-cli-19.03.1
|
||||
|
@ -1,2 +1,2 @@
|
||||
docker_packages:
|
||||
- docker>=17
|
||||
- docker=19.03.1_ce
|
||||
|
Loading…
Reference in New Issue