Add unmount-plex.yml
This commit is contained in:
10
unmount-plex.yml
Normal file
10
unmount-plex.yml
Normal 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
|
||||
Reference in New Issue
Block a user