sync for dev 033026

This commit is contained in:
2026-03-30 19:59:39 -07:00
parent ba849b150c
commit 36917ffa39
18 changed files with 317 additions and 84 deletions

View File

@ -1,5 +1,11 @@
---
# refresh when refresh
#- name: Quick refresh
# when: refresh_special | bool
# set_fact:
# quick_refresh: true
# initializa environment
- name: Initialize Environment
when: not quick_refresh | bool
@ -7,6 +13,7 @@
# set up API
- name: Build API
when: false
include_tasks: api.yaml
# set up web stack