Add unmount-plex.yml

This commit is contained in:
2026-03-21 14:35:59 -04:00
parent 621e64cdd4
commit 387d60d162

10
unmount-plex.yml Normal file
View File

@@ -0,0 +1,10 @@
---
- name: Unmount Plex media directory
hosts: all
become: yes
tasks:
- name: Unmount /media/plex
ansible.builtin.mount:
path: /media/plex
state: unmounted