mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-03 00:03:05 +02:00
bitwarden
This commit is contained in:
6
playbooks/import_media.yml
Normal file
6
playbooks/import_media.yml
Normal file
@ -0,0 +1,6 @@
|
||||
- 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 &)"
|
Reference in New Issue
Block a user