mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 15:38:33 +02:00
flatpak
This commit is contained in:
@ -55,9 +55,9 @@
|
||||
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']
|
||||
- include_tasks: start_containers.yaml
|
||||
name: Start Containers
|
||||
when: inventory_hostname in groups['raspberrypi5']
|
||||
# - include_tasks: start_containers.yaml
|
||||
# name: Start Containers
|
||||
# when: inventory_hostname in groups['raspberrypi5']
|
||||
- name: Get relevant configs
|
||||
ansible.builtin.shell: 'docker exec -it gitlab update-permissions'
|
||||
ignore_errors: yes
|
||||
|
Reference in New Issue
Block a user