angstwad/docker.ubuntu

Playbook fails on latest EC2 Ubuntu 16.04

bluemalkin opened this issue · 1 comments

Create an EC2 on AWS using the latest Ubuntu 16.04.2 LTS and run the example playbook.

it fails:

failed: [localhost] => (item=[u'linux-image-extra-4.4.0-1013-aws', u'linux-image-extra-virtual']) => {"failed": true, "item": ["linux-image-extra-4.4.0-1013-aws", "linux-image-extra-virtual"], "msg": "No package matching 'linux-image-extra-4.4.0-1013-aws' is available"}

Such package does not exist.

Workaround is to pass in var docker_aufs_enabled set to false.

The issue still persists despite the 238e338 fix.

Opened #162