Skip to content

Commit

Permalink
Merge pull request #129 from jpiron/dmsetup_run_condition
Browse files Browse the repository at this point in the history
Fix dmsetup run condition
  • Loading branch information
angstwad authored Jan 9, 2017
2 parents 9413ec9 + 8e7c72c commit f114ad4
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 @@ -38,7 +38,7 @@

- name: Run dmsetup for Ubuntu 16.04
command: dmsetup mknodes
when: dmsetup_result
when: dmsetup_result.changed

- name: Add Docker repository key
apt_key:
Expand Down

0 comments on commit f114ad4

Please sign in to comment.