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
|
||||
|
|
Reference in a new issue