1
0
Fork 0
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:
A Holt 2020-03-09 13:46:01 -04:00 committed by GitHub
commit 277e21f0a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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 }}"

View file

@ -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 }}"