Skip to content

Commit

Permalink
Fix for previous commit; the "apt" module has a "dpkg_options" parame…
Browse files Browse the repository at this point in the history
…ter but

not a "dpkg-options" parameter.
  • Loading branch information
Oliver Stacey committed Oct 25, 2016
1 parent 760fc0b commit 349a22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/docker-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
apt:
name: "docker-engine={{ docker_version }}-0~{{ ansible_distribution_release }}"
state: present
dpkg-options: "force-confnew"
dpkg_options: "force-confnew"
register: docker_engine_install

# Some updates will break data volumes. There are two issues:
Expand Down

0 comments on commit 349a22c

Please sign in to comment.