Fix errors
This commit is contained in:
parent
3094ca8ce7
commit
f7ef91cb35
2 changed files with 15 additions and 9 deletions
|
|
@ -25,9 +25,9 @@
|
|||
dest: '{{ item.dest }}'
|
||||
mode: '0600'
|
||||
force: true
|
||||
loop:
|
||||
- {
|
||||
src: 'templates/konsole.profile.j2',
|
||||
dest: '{{ xdg_data_dir }}/konsole/Standard.profile',
|
||||
}
|
||||
- { src: 'templates/konsole.config.j2', dest: '{{ xdg_config_dir }}/konsolerc' }
|
||||
loop:
|
||||
- {
|
||||
src: 'templates/konsole.profile.j2',
|
||||
dest: '{{ xdg_data_dir }}/konsole/Standard.profile',
|
||||
}
|
||||
- { src: 'templates/konsole.config.j2', dest: '{{ xdg_config_dir }}/konsolerc' }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue