ansible/roles/docker/tasks/plex.yml

10 lines
160 B
YAML
Raw Normal View History

---
- name: Create plex-config directory
file:
path: "{{plex_config}}"
owner: 1000
group: 1000
mode: '755'
state: directory
become: yes