bitwarden

This commit is contained in:
jaydee 2024-11-14 13:30:10 +01:00
parent e97bd0de26
commit 5bf6dc6345

View File

@ -73,7 +73,7 @@
- name: Changing heimdall background
ansible.builtin.shell: sqlite3 /share/docker_data/heimdall/config/www/app.sqlite "UPDATE setting_user SET uservalue = 'backgrounds/TRN2Ydr5dyVAkWvCq4xqR5bQ6iyv5XaKvM1r84sJ.jpg' WHERE user_id = (SELECT id FROM users WHERE username = 'jaydee')"
become: true
when: inventory_hostname in groups['raspberrypi5']
when: inventory_hostname == destination_server
# - include_tasks: start_containers.yaml
# name: Start Containers
# when: inventory_hostname in groups['raspberrypi5']