Skip to content

Commit

Permalink
Plex: Reorganized Role [ansible]
Browse files Browse the repository at this point in the history
  • Loading branch information
desimaniac committed May 19, 2019
1 parent 04377e2 commit 9a38c16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions roles/plex/tasks/main.yml
Expand Up @@ -193,11 +193,11 @@
name: sub-zero

- name: "Forced Automatic Quality Settings"
import_tasks: "forced_quality_settings.yml"
import_tasks: "subtasks/forced_quality_settings.yml"
tags: plex_forced_quality_settings
when: (not continuous_integration)

- name: "DB Cache Size Settings"
import_tasks: "db_cache_size_settings.yml"
import_tasks: "subtasks/db_cache_size_settings.yml"
tags: plex_db_cache_size_settings
when: (not continuous_integration)
@@ -1,5 +1,5 @@
##########################################################################
# Title: Cloudbox: Plex - DB Cache Size Settings #
# Title: Plex - DB Cache Size Settings #
# Author(s): desimaniac #
# URL: https://github.com/cloudbox/cloudbox #
# -- #
Expand Down
@@ -1,5 +1,5 @@
##########################################################################
# Title: Cloudbox: Plex - Forced Automatic Quality Settings #
# Title: Plex - Forced Automatic Quality Settings #
# Author(s): desimaniac #
# URL: https://github.com/cloudbox/cloudbox #
# -- #
Expand Down

0 comments on commit 9a38c16

Please sign in to comment.