mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
create_iiab_ini.yml: Try {{ os_ver }} alongside redundant/failsafe {{ ansible_facts['distribution'] }}
This commit is contained in:
parent
f46c7d1555
commit
c69d6ef96c
1 changed files with 3 additions and 1 deletions
|
@ -31,8 +31,10 @@
|
|||
option: "{{ item.option }}"
|
||||
value: "{{ item.value | string }}"
|
||||
with_items:
|
||||
- option: os_ver
|
||||
value: "{{ os_ver }}"
|
||||
- option: distribution
|
||||
value: "{{ ansible_distribution }}"
|
||||
value: "{{ ansible_facts['distribution'] }}"
|
||||
- option: arch
|
||||
value: "{{ ansible_architecture }}"
|
||||
- option: dpkg_arch
|
||||
|
|
Loading…
Reference in a new issue