Use the same branch as env-ansible, so that servers do not use dev branch unless requested.

This commit is contained in:
2026-03-27 18:32:55 -07:00
parent 89982bae39
commit cd7a290d61

View File

@@ -1307,7 +1307,7 @@
- name: General | Account Management | Users | env-shared | Download - name: General | Account Management | Users | env-shared | Download
git: git:
repo: https://git.hyperling.com/me/env-shared repo: https://git.hyperling.com/me/env-shared
version: dev version: "{{ branch }}"
dest: "{{ shared_rc_install_dir }}" dest: "{{ shared_rc_install_dir }}"
clone: true clone: true
force: true force: true