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

Commit c3fc6cb

Browse files
committed
Plex: Minor task rename [ansible]
1 parent f0c0536 commit c3fc6cb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

roles/plex/tasks/db_cache_size_settings.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,11 @@
4949
name: plex
5050
state: stopped
5151

52-
- name: "Set Plex DB Cache Size to '{{ desired_db_cache_size | regex_replace(',', '') | int }}'"
52+
- name: Display Desired Plex DB Cache Size
53+
debug:
54+
msg: "Desired Plex DB Cache Size is '{{ desired_db_cache_size }}'"
55+
56+
- name: "Set Plex DB Cache Size"
5357
shell: |
5458
sqlite3 "/opt/plex/Library/Application Support/Plex Media Server/Plug-in Support/Databases/com.plexapp.plugins.library.db" \
5559
"PRAGMA default_cache_size = '{{ desired_db_cache_size | int }}';"

0 commit comments

Comments
 (0)