Skip to content

Commit

Permalink
remove kernel extras install for non-14.04 systems, fix #162
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Durivage committed Apr 28, 2017
1 parent 238e338 commit b815e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
with_items:
- linux-image-extra-{{ ansible_kernel }}
- linux-image-extra-virtual
when: docker_aufs_enabled and ansible_distribution_version|version_compare('14.04', '>=')
when: docker_aufs_enabled and ansible_distribution_version|version_compare('14.04', '==')
register: linux_image_extra_install
ignore_errors: yes

Expand Down

0 comments on commit b815e60

Please sign in to comment.