Commit 954c7486 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

chore: 移除外部子模块并更新DAG同步逻辑以清理残留文件

parent 474d5c96
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -48,6 +48,16 @@
          - "--exclude=ansible/*"
          - "--exclude=frontend_vue/node_modules"

    - name: Synchronize DAGs folder with deletion (avoid stale DAG variants)
      throttle: 1
      synchronize:
        src: "{{ playbook_dir }}/../dags/"
        dest: "{{ _deploy_dir }}/dags/"
        delete: yes
        recursive: yes
        rsync_opts:
          - "--exclude=__pycache__"

- name: Update Master Node Services
  hosts: master
  become: yes

csst-csu-exchange @ a4d73e97

Original line number Diff line number Diff line
Subproject commit a4d73e97c8555a484288fc506792dad96f8bdef5