Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 9a38c16

Browse files
committed
Plex: Reorganized Role [ansible]
1 parent 04377e2 commit 9a38c16

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

roles/plex/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,11 @@
193193
name: sub-zero
194194

195195
- name: "Forced Automatic Quality Settings"
196-
import_tasks: "forced_quality_settings.yml"
196+
import_tasks: "subtasks/forced_quality_settings.yml"
197197
tags: plex_forced_quality_settings
198198
when: (not continuous_integration)
199199

200200
- name: "DB Cache Size Settings"
201-
import_tasks: "db_cache_size_settings.yml"
201+
import_tasks: "subtasks/db_cache_size_settings.yml"
202202
tags: plex_db_cache_size_settings
203203
when: (not continuous_integration)

roles/plex/tasks/db_cache_size_settings.yml renamed to roles/plex/tasks/subtasks/db_cache_size_settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##########################################################################
2-
# Title: Cloudbox: Plex - DB Cache Size Settings #
2+
# Title: Plex - DB Cache Size Settings #
33
# Author(s): desimaniac #
44
# URL: https://github.com/cloudbox/cloudbox #
55
# -- #

roles/plex/tasks/forced_quality_settings.yml renamed to roles/plex/tasks/subtasks/forced_quality_settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##########################################################################
2-
# Title: Cloudbox: Plex - Forced Automatic Quality Settings #
2+
# Title: Plex - Forced Automatic Quality Settings #
33
# Author(s): desimaniac #
44
# URL: https://github.com/cloudbox/cloudbox #
55
# -- #

0 commit comments

Comments
 (0)