diff options
author | meisterfischy <grbmn@kstn.in> | 2022-08-16 13:55:20 +0200 |
---|---|---|
committer | meisterfischy <grbmn@kstn.in> | 2022-08-16 13:55:20 +0200 |
commit | 27ae97425280c5d9a9069625401f44f2908af1e6 (patch) | |
tree | dbbe6883433a1e71480415777ee427438f78ec4d /roles/calibre/tasks | |
parent | 216bc43ef7a270925ac597806c06030354ba9149 (diff) | |
download | ansible_collection-27ae97425280c5d9a9069625401f44f2908af1e6.tar.gz |
Fixed Calibreweb
The pip package is now installed as the local calibre user, so that the
webinterface updater (hopefully) works.
Diffstat (limited to 'roles/calibre/tasks')
-rw-r--r-- | roles/calibre/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/calibre/tasks/main.yml b/roles/calibre/tasks/main.yml index d3b0d06..58ae99a 100644 --- a/roles/calibre/tasks/main.yml +++ b/roles/calibre/tasks/main.yml @@ -47,6 +47,7 @@ pip: name: calibreweb[{{ features | join(",") }}] become: true + become_user: calibre - name: Create systemd unit template: |