upgrading docker version
This commit is contained in:
parent
b23b8aa3de
commit
47c211f9c1
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- aufs-tools
|
- aufs-tools
|
||||||
- cgroupfs-mount
|
- cgroupfs-mount
|
||||||
- docker-engine=1.8.3-0~{{ ansible_distribution_release }}
|
- docker-engine=1.9.1-0~{{ ansible_distribution_release }}
|
||||||
|
|
||||||
- name: Copy default docker configuration
|
- name: Copy default docker configuration
|
||||||
template: src=default-docker.j2 dest=/etc/default/docker backup=yes
|
template: src=default-docker.j2 dest=/etc/default/docker backup=yes
|
||||||
|
|
Loading…
Reference in a new issue