Skip to content

Commit

Permalink
Merge pull request #127 from rjduffner/master
Browse files Browse the repository at this point in the history
Only run dmsetup mknodes if dmsetup install is not skipped
  • Loading branch information
angstwad authored Jan 10, 2017
2 parents c4c3279 + 0afcbfa commit 39a58b1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
changed_when: false

- name: Install linux-image-extra-* packages to enable AuFS driver
apt: pkg={{ item }} state=present
apt:
pkg: "{{ item }}"
state: present
update_cache: yes
cache_valid_time: "{{ docker_apt_cache_valid_time }}"
with_items:
- linux-image-extra-{{ uname_output.stdout }}
- linux-image-extra-virtual
Expand Down

0 comments on commit 39a58b1

Please sign in to comment.