Use preshared key inside configuration
File options do not seem to work
This commit is contained in:
parent
603718458d
commit
16a979b04b
6 changed files with 20 additions and 4 deletions
|
|
@ -3,6 +3,8 @@
|
|||
template:
|
||||
src: '{{ item.src }}'
|
||||
dest: '{{ item.dest }}'
|
||||
owner: root
|
||||
group: systemd-network
|
||||
mode: '0640'
|
||||
loop:
|
||||
- {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
# TODO: stop transmission daemon beforehand, config does not seem to apply
|
||||
# during active service
|
||||
|
||||
- name: copy transmission template
|
||||
template:
|
||||
src: 'templates/transmission.j2'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue