Fix warning, use correct "creates" argument for command
This commit is contained in:
parent
3eb292f7fb
commit
7c88fd6e6a
845
Manual.html
845
Manual.html
File diff suppressed because it is too large
Load Diff
@ -1788,7 +1788,8 @@ first_run: False
|
|||||||
|
|
||||||
- name: command | write keyboard configuration to /etc/X11/xorg.conf.d/00-keyboard.conf
|
- name: command | write keyboard configuration to /etc/X11/xorg.conf.d/00-keyboard.conf
|
||||||
command: write-x11-keyboard-config
|
command: write-x11-keyboard-config
|
||||||
creates: /etc/X11/xorg.conf.d/00-keyboard.conf
|
args:
|
||||||
|
creates: /etc/X11/xorg.conf.d/00-keyboard.conf
|
||||||
# NOTE: write-x11-keyboard-config is in the xlogin package
|
# NOTE: write-x11-keyboard-config is in the xlogin package
|
||||||
# Ubuntu's systemd is patched, so it does not create the file automatically
|
# Ubuntu's systemd is patched, so it does not create the file automatically
|
||||||
|
|
||||||
|
@ -83,7 +83,8 @@
|
|||||||
|
|
||||||
- name: command | write keyboard configuration to /etc/X11/xorg.conf.d/00-keyboard.conf
|
- name: command | write keyboard configuration to /etc/X11/xorg.conf.d/00-keyboard.conf
|
||||||
command: write-x11-keyboard-config
|
command: write-x11-keyboard-config
|
||||||
creates: /etc/X11/xorg.conf.d/00-keyboard.conf
|
args:
|
||||||
|
creates: /etc/X11/xorg.conf.d/00-keyboard.conf
|
||||||
# NOTE: write-x11-keyboard-config is in the xlogin package
|
# NOTE: write-x11-keyboard-config is in the xlogin package
|
||||||
# Ubuntu's systemd is patched, so it does not create the file automatically
|
# Ubuntu's systemd is patched, so it does not create the file automatically
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user