Use correct transmission configuration
This commit is contained in:
parent
b412ddf42d
commit
2b3f675008
3 changed files with 13 additions and 14 deletions
|
|
@ -1,11 +1,8 @@
|
|||
- name: copy transmission template
|
||||
become: true
|
||||
template:
|
||||
src: 'templates/transmission.j2'
|
||||
dest: '/etc/transmission-daemon/settings.json'
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0660'
|
||||
dest: '{{ ansible_env.HOME }}/transmission-daemon/settings.json'
|
||||
mode: '0600'
|
||||
|
||||
- name: restart transmission daemon
|
||||
become: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue