Skip to content

Commit

Permalink
plex: fix plex-reset-codecs
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Jan 9, 2024
1 parent ba5d1fd commit 622a884
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions roles/plex/tasks/main2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@
block:
- name: Get contents of Plex Codecs Folder
ansible.builtin.find:
path: "{{ plex_paths_application_support_location }}/Codecs"
excludes: '.device-id'
paths: "{{ plex_paths_application_support_location }}/Codecs"
file_type: directory
recurse: no
register: plex_codecs_removal

- name: Delete Plex Codecs Folder
Expand Down

0 comments on commit 622a884

Please sign in to comment.