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

record dpkg --print-architecture

This commit is contained in:
Jerry Vonau 2023-03-30 17:52:17 -05:00
parent 608a69974a
commit cc504e3416
2 changed files with 3 additions and 0 deletions

View file

@ -43,3 +43,5 @@
value: "{{ rpi_model }}"
- option: devicetree_model
value: "{{ devicetree_model }}"
- option: dpkg_arch
value: "{{ dpkg_arch }}"

View file

@ -15,6 +15,7 @@
os_ver: "{{ ansible_local.local_facts.os_ver }}"
python_version: "{{ ansible_local.local_facts.python_version }}"
php_version: "{{ ansible_local.local_facts.php_version }}"
dpkg_arch: "{{ ansible_local.local_facts.dpkg_arch }}"
# Initialize /etc/iiab/iiab.ini writing the 'location' and 'version' sections
# once and only once, to preserve the install date and git hash.