bitwarden

This commit is contained in:
jaydee
2024-07-08 20:27:37 +02:00
parent f4276dc37a
commit 0e1299ad93
2 changed files with 152 additions and 0 deletions

View 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 &)"