Releases: angstwad/docker.ubuntu
Releases · angstwad/docker.ubuntu
v3.9.0: Explicitly install cli package
The docker-ce package depends on docker-ce-cli unconstrained, this can lead to problems where the cli package is too new to communicate with the daemon. This patch adds an explicit install task for the cli package, so that it's version can be overridden if necessary. Related conjurinc/ops#569
v3.8.0
v3.7.0: Pass lists to package modules instead of with_items
* Do not use loop on package module with squash_actions * Replace with_items with loop * Revert "Replace with_items with loop" This reverts commit e30627ff8be83f8fe59f009b5f0240cc2939e7d8. * Bump Ansible version to 2.3
v3.6.2
v3.6.1: Handle Ubuntu 14.04 w/ linux-aws kernel package
When using the linux-aws kernel package for EC2 instances, there are no linux-image-extra packages. However, the kernel image package itself already contains AuFS support, so the installation can just be skipped.
v3.6.0
v3.5.2: Remove unwanted empty-line at EOF
Resolving following: ERROR [role] ./defaults/main.yml:105:1: [error] too many blank lines (1 > 0) (empty-lines)
v3.5.1
v3.5.0: Allow selection of apt channel (#211)
* Allow selection of apt channel This allows easier installation of nightly or edge releases. * Clarify why you might want a different apt channel
v3.4.6: Revert "Flush fixes and adjustment to default bridge ip option" (#210)
* Revert "add var start_docker_daemon to only (re)start docker daemon if it is true (#204)" This reverts commit f9abb68106e8b7076cf7549826091b2542e5f5d8. * Revert "Flush fixes and adjustment to default bridge ip option" This reverts commit b5a0deb1bfcf7ffe58c271c08cdf391724bbc96e.