jmri: add jmri_lcrr_branch var; main-street-station tracks clean-profile

This commit is contained in:
Hermes Agent service account
2026-07-29 21:50:46 -05:00
parent ce632e88b9
commit e47cbf2044
3 changed files with 3 additions and 1 deletions

View File

@@ -133,7 +133,7 @@
ansible.builtin.git:
repo: "{{ jmri_lcrr_repo }}"
dest: "{{ jmri_home }}/LCRR"
version: main
version: "{{ jmri_lcrr_branch }}"
accept_hostkey: true
key_file: "{{ jmri_gitea_key }}"
update: false