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

Commit e8ed603

Browse files
committed
Plex: Tweaked task titles. [skip ci][ansible]
1 parent b63561b commit e8ed603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/plex/tasks/subtasks/settings/db_cache_size.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@
6262
args:
6363
executable: /bin/bash
6464

65-
- name: Get Current Plex DB Cache Size
65+
- name: Get New Plex DB Cache Size
6666
shell: |
6767
sqlite3 "/opt/plex/Library/Application Support/Plex Media Server/Plug-in Support/Databases/com.plexapp.plugins.library.db" \
6868
"PRAGMA default_cache_size;"
6969
args:
7070
executable: /bin/bash
7171
register: new_db_cache_size
7272

73-
- name: Display Current Plex DB Cache Size
73+
- name: Display New Plex DB Cache Size
7474
debug:
7575
msg: "Plex DB cache size is now set to '{{ new_db_cache_size.stdout | int }}'."
7676

0 commit comments

Comments
 (0)
X Tutup