ansible/playbooks/import_media.yml

8 lines
261 B
YAML
Raw Permalink Normal View History

2024-07-08 20:27:37 +02:00
- hosts: nas
name: Import media
2024-07-08 20:34:45 +02:00
gather_facts: false
2024-07-08 20:27:37 +02:00
tasks:
- name: Import media
2024-07-08 20:33:10 +02:00
ansible.builtin.shell: "(/share/ZFS530_DATA/.qpkg/QPython312/bin/python3 /share/Data/__GITLAB/python/auto_import.py >/dev/null 2>&1 &)"
async: 10
poll: 0