cosmostat python comment enrichment

This commit is contained in:
2026-03-29 10:38:07 -07:00
parent 9646ee92fd
commit 6453a839a9
14 changed files with 95 additions and 791 deletions

View File

@ -1,7 +1,5 @@
---
# initializa environment
- name: Initialize Environment
when: not quick_refresh | bool
@ -16,7 +14,4 @@
when: not disable_local_api
include_tasks: web.yaml
#- name: Purge Old Containers
# when: not quick_refresh | bool
# include_tasks: purge.yaml
...