Fix warning, use correct "creates" argument for command

This commit is contained in:
Alexander Grothe 2018-01-16 09:27:25 +01:00
parent 3eb292f7fb
commit 7c88fd6e6a
3 changed files with 427 additions and 424 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1788,7 +1788,8 @@ first_run: False
- name: command | write keyboard configuration to /etc/X11/xorg.conf.d/00-keyboard.conf
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
# Ubuntu's systemd is patched, so it does not create the file automatically

View File

@ -83,7 +83,8 @@
- name: command | write keyboard configuration to /etc/X11/xorg.conf.d/00-keyboard.conf
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
# Ubuntu's systemd is patched, so it does not create the file automatically