This commit is contained in:
Alexander Grothe 2017-09-12 09:37:56 +02:00
parent 4a5c018bbf
commit a0e5702b7b
2 changed files with 2 additions and 2 deletions

View File

@ -3290,7 +3290,7 @@ Problem: woher kommt der Treiber (AFAIK noch nicht im Kernel)? Die Firmware soll
mode: "0664"
force: no
- name: copy remote.xml if it does not exist yes
- name: copy remote.xml if it does not exist yet
copy:
dest: '{{ vdr.home }}/.kodi/userdata/keymaps/remote.xml'
src: 'files/userdata/keymaps/remote.xml'

View File

@ -27,7 +27,7 @@
mode: "0664"
force: no
- name: copy remote.xml if it does not exist yes
- name: copy remote.xml if it does not exist yet
copy:
dest: '{{ vdr.home }}/.kodi/userdata/keymaps/remote.xml'
src: 'files/userdata/keymaps/remote.xml'