remove literal usernames from config files
This commit is contained in:
parent
972940332b
commit
1bbbd8a952
5 changed files with 13 additions and 15 deletions
|
@ -24,6 +24,6 @@
|
|||
recurse: true
|
||||
state: directory
|
||||
- name: Copy configuration file
|
||||
copy:
|
||||
src: "{{ role_path }}/files/strawberry.conf"
|
||||
template:
|
||||
src: "{{ role_path }}/templates/strawberry.conf.j2"
|
||||
dest: ~/.config/strawberry/strawberry.conf
|
||||
|
|
|
@ -86,7 +86,7 @@ group_by2=4
|
|||
group_by3=0
|
||||
group_by_version=1
|
||||
io_priority=3
|
||||
last_path=/home/pim/Music
|
||||
last_path=/home/{{ ansible_user_id }}/Music
|
||||
mark_songs_unavailable=true
|
||||
monitor=true
|
||||
overwrite_playcount=false
|
Reference in a new issue