Moved i3 config file setup to user-account role
This commit is contained in:
parent
def18de9c9
commit
7178d38842
4 changed files with 16 additions and 31 deletions
|
@ -37,17 +37,3 @@
|
|||
command:
|
||||
cmd: localectl --no-convert set-x11-keymap de pc105 nodeadkeys
|
||||
creates: /etc/X11/xorg.conf.d/00-keyboard.conf
|
||||
|
||||
- name: install i3 config
|
||||
become_user: "{{ account.name }}"
|
||||
copy:
|
||||
src: config/i3/config
|
||||
dest: "/home/{{ account.name }}/.config/i3/config"
|
||||
force: no
|
||||
|
||||
- name: install i3status config
|
||||
become_user: "{{ account.name }}"
|
||||
copy:
|
||||
src: config/i3status/config
|
||||
dest: "/home/{{ account.name }}/.config/i3status/config"
|
||||
force: yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue