Fix action name
This commit is contained in:
parent
07b9f18659
commit
2f02f49aa1
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user