Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Nov 6, 2019
1 parent d99c28a commit 0f4f702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions menu/roles/traktarr/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
mode: a+x

- name: Set directory permissions
file: "path=/opt/appdata/traktarr state=directory owner={{ user.name }} group={{ user.name }} recurse=yes"
file: "path=/opt/appdata/traktarr state=directory owner=1000 group=1000 recurse=yes"

- name: "Create /usr/local/bin symlink"
file:
Expand All @@ -183,7 +183,7 @@

- name: Import traktarr service
template:
src: /opt/plexguide/menu/roles/traktarr/templatestraktarr.service.j2
src: /opt/plexguide/menu/roles/traktarr/templates/traktarr.service.j2
dest: /etc/systemd/system/traktarr.service
force: yes
when: not traktarr_service.stat.exists
Expand Down

0 comments on commit 0f4f702

Please sign in to comment.