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