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