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:
parent
608a69974a
commit
cc504e3416
2 changed files with 3 additions and 0 deletions
|
@ -43,3 +43,5 @@
|
|||
value: "{{ rpi_model }}"
|
||||
- option: devicetree_model
|
||||
value: "{{ devicetree_model }}"
|
||||
- option: dpkg_arch
|
||||
value: "{{ dpkg_arch }}"
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue