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 26, 2019
1 parent c331ee3 commit de5c630
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions menu/roles/traktarr/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@

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

- name: "Remove old symlink /usr/local/bin/traktarr"
shell: 'rm -rf /usr/local/bin/traktarr'

- name: "Create /usr/local/bin symlink"
file:
Expand Down

0 comments on commit de5c630

Please sign in to comment.