Install i3status config
This commit is contained in:
parent
64ba860edc
commit
8ea3b8a5f4
2 changed files with 32 additions and 0 deletions
|
@ -90,3 +90,18 @@
|
|||
etype: user
|
||||
permissions: r
|
||||
state: present
|
||||
|
||||
- name: ensure i3status config-dir exists
|
||||
become_user: "{{ account.name }}"
|
||||
file:
|
||||
path: "/home/{{ account.name }}/.config/i3status"
|
||||
state: directory
|
||||
mode: "0700"
|
||||
|
||||
- name: install i3status config
|
||||
become_user: "{{ account.name }}"
|
||||
copy:
|
||||
src: i3status/config
|
||||
dest: "/home/{{ account.name }}/.config/i3status/config"
|
||||
mode: "0644"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue