mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #2283 from holta/is_rpi-to-rpi_model
is_rpi to rpi_model in /etc/iiab/iiab.ini
This commit is contained in:
commit
277e21f0a4
2 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@
|
|||
value: "{{ ansible_local.local_facts.iiab_commit }}"
|
||||
- option: install_date
|
||||
value: "{{ ansible_date_time.iso8601 }}"
|
||||
- option: install_xo
|
||||
- option: xo_model
|
||||
value: "{{ xo_model }}"
|
||||
- option: is_rpi
|
||||
- option: rpi_model
|
||||
value: "{{ rpi_model }}"
|
||||
|
|
|
@ -209,7 +209,7 @@
|
|||
value: "{{ gw_active }}"
|
||||
- option: internet_available
|
||||
value: "{{ internet_available }}"
|
||||
- option: is_rpi
|
||||
- option: rpi_model
|
||||
value: "{{ rpi_model }}"
|
||||
- option: first_run
|
||||
value: "{{ first_run }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue