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,6 +1788,7 @@ 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
args:
creates: /etc/X11/xorg.conf.d/00-keyboard.conf 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

View File

@ -83,6 +83,7 @@
- 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
args:
creates: /etc/X11/xorg.conf.d/00-keyboard.conf 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