Add work_queue_webui Ansible role
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m4s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m4s
This commit is contained in:
5
roles/work_queue_webui/handlers/main.yml
Normal file
5
roles/work_queue_webui/handlers/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Restart Work Queue WebUI
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "{{ work_queue_webui_base_path }}"
|
||||
state: restarted
|
||||
Reference in New Issue
Block a user