Files
OCI_Build/playbooks/update_plex.yml
T
2024-12-09 16:33:22 +00:00

7 lines
132 B
YAML

- name: Update Plex
hosts: Plex
tasks:
- name: Update Plex
shell: |
docker restart plex
become: true