1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Uncover IIAB_REMOTE_URL in 1 of 2 places (for both repos)

This commit is contained in:
A Holt 2022-07-06 02:39:29 -04:00 committed by root
parent 78d311a192
commit 8f0bb17990
4 changed files with 29 additions and 10 deletions

View file

@ -29,8 +29,8 @@
value: "{{ ansible_architecture }}"
- option: iiab_base_ver
value: "{{ iiab_base_ver }}"
- option: iiab_remote
value: "{{ ansible_local.local_facts.iiab_remote }}"
- option: iiab_remote_url
value: "{{ ansible_local.local_facts.iiab_remote_url }}"
- option: iiab_branch
value: "{{ ansible_local.local_facts.iiab_branch }}"
- option: iiab_commit

View file

@ -68,8 +68,8 @@
value: "{{ iiab_base_ver }}"
- option: iiab_revision
value: "{{ iiab_revision }}"
- option: iiab_remote
value: "{{ ansible_local.local_facts.iiab_remote }}"
- option: iiab_remote_url
value: "{{ ansible_local.local_facts.iiab_remote_url }}"
- option: runtime_branch
value: "{{ ansible_local.local_facts.iiab_branch }}"
- option: runtime_commit