Add work_queue_webui Ansible role
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m4s

This commit is contained in:
Lennie S.
2026-04-12 00:35:50 +00:00
parent 20baf040fb
commit 39c299d926
6 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
- name: Restart Work Queue WebUI
community.docker.docker_compose_v2:
project_src: "{{ work_queue_webui_base_path }}"
state: restarted