Fix action name

This commit is contained in:
Alexander Grothe 2017-12-20 13:25:21 +01:00
parent 07b9f18659
commit 2f02f49aa1
2 changed files with 4 additions and 4 deletions

View File

@ -1737,8 +1737,8 @@ b'\xde\xad\xbe\xef'
dest: '/usr/share/yavdr/images'
state: directory
- file:
get_url: 'https://github.com/yavdr/yavdr-base/raw/master/images/yavdr_logo.png'
- get_url:
url: 'https://github.com/yavdr/yavdr-base/raw/master/images/yavdr_logo.png'
dest: '/usr/share/yavdr/images/yavdr_logo.png'
- name: command | write keyboard configuration to /etc/X11/xorg.conf.d/00-keyboard.conf

View File

@ -77,8 +77,8 @@
dest: '/usr/share/yavdr/images'
state: directory
- file:
get_url: 'https://github.com/yavdr/yavdr-base/raw/master/images/yavdr_logo.png'
- get_url:
url: 'https://github.com/yavdr/yavdr-base/raw/master/images/yavdr_logo.png'
dest: '/usr/share/yavdr/images/yavdr_logo.png'
- name: command | write keyboard configuration to /etc/X11/xorg.conf.d/00-keyboard.conf