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

@@ -18,6 +18,7 @@ jmri_profile_id: ""
# LCRR git repo (set per-host in host_vars; leave blank to skip clone)
jmri_lcrr_repo: ""
jmri_lcrr_branch: "main"
# SSH key for jmri user (for jmri-gui X11 access — set per-host in host_vars)
jmri_ssh_authorized_key: ""

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