Minor change
This commit is contained in:
parent
1639406b65
commit
70708cd837
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
mode: 0644
|
||||
|
||||
- name: Copy files
|
||||
copy: src={{ item.src }} dest={{ item.dest }} backup=true mode=0644
|
||||
copy: src={{ item.src }} dest={{ item.dest }} mode=0644 backup=true
|
||||
with_items:
|
||||
- {src: 'i3blocksconfig', dest: '~/.config/i3blocks/config'}
|
||||
- {src: 'xinitrc', dest: '~/.xinitrc'}
|
||||
|
|
Loading…
Add table
Reference in a new issue