mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
8 lines
261 B
YAML
Executable File
8 lines
261 B
YAML
Executable File
- hosts: nas
|
|
name: Import media
|
|
gather_facts: false
|
|
tasks:
|
|
- name: Import media
|
|
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 |