Assure xorg.conf.d exists
This commit is contained in:
parent
1b731d0825
commit
dff10b6aaa
@ -1,6 +1,8 @@
|
||||
#!/usr/bin/env ansible-playbook
|
||||
# vim:ft=ansible:
|
||||
---
|
||||
- name: assure xorg.conf.d
|
||||
file: path=/etc/X11/xorg.conf.d state=directory
|
||||
- name: configure X misc
|
||||
template: src={{ item }} dest=/etc/X11/xorg.conf.d/{{ item }}
|
||||
loop:
|
||||
|
Loading…
Reference in New Issue
Block a user