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:
parent
78d311a192
commit
8f0bb17990
4 changed files with 29 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue