Skip to content

Commit

Permalink
Update extra.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Sep 11, 2019
1 parent 58c2a12 commit a632392
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions menu/roles/plex/tasks/subtasks/extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,3 @@
- name: "Forced Automatic Quality Settings"
import_tasks: "subtasks/settings/forced_quality.yml"
tags: plex_forced_quality


# - name: Wait for 'Preferences.xml' to be created by Plex
# wait_for:
# path: "/opt/appdata/plex/database/Library/Application Support/Plex Media Server/Preferences.xml"
# state: present

# - name: Wait for Plex DB to be created
# wait_for:
# path: "/opt/appdata/plex/database/Library/Application Support/Plex Media Server/Plug-in Support/Databases/com.plexapp.plugins.library.db"
# state: present

# - name: Stop Plex Container
# docker_container:
# name: plex
# state: stopped

0 comments on commit a632392

Please sign in to comment.