mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
6 lines
170 B
YAML
6 lines
170 B
YAML
|
- hosts: nas
|
||
|
name: Import media
|
||
|
tasks:
|
||
|
- name: Import media
|
||
|
ansible.builtin.shell: "(python3 /share/Data/__GITLAB/python/auto_import.py >/dev/null 2>&1 &)"
|