fix: sync airflow.cfg during ansible deployment to ensure latest config is used

Co-authored-by: aider (openrouter/qwen/qwen3-coder) <aider@aider.chat>
This commit is contained in:
aperez 2025-08-29 17:27:20 +03:00
parent 2be7716bed
commit 3e78556032
2 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@
- "airflow/docker-compose-master.yaml"
- "airflow/dags"
- "airflow/config"
- "airflow/airflow.cfg"
- "yt_ops_package/setup.py"
- "yt_ops_package/yt_ops_services"
- "yt_ops_package/thrift_model"

View File

@ -31,6 +31,7 @@
- "airflow/.dockerignore"
- "airflow/dags"
- "airflow/config"
- "airflow/airflow.cfg"
- "yt_ops_package/setup.py"
- "yt_ops_package/yt_ops_services"
- "yt_ops_package/thrift_model"