docker-host: fix a bad path

This commit is contained in:
Jérémy Lecour 2017-08-09 01:18:20 -04:00 committed by Jérémy Lecour
parent 1bcd24a4c1
commit e02e116002
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
- name: Prefer python-docker package from jessie-backports
copy:
src: apt/docker_preferences
src: docker_preferences
dest: /etc/apt/preferences.d/999-docker
force: yes
mode: "0640"