mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Merge pull request #2670 from holta/ansible-var-fix
Comment out non-existent var {{ ansible_product_uuid }}
This commit is contained in:
commit
3d87fc98ad
1 changed files with 3 additions and 2 deletions
|
@ -137,8 +137,9 @@
|
|||
value: "{{ ansible_memtotal_mb }}"
|
||||
- option: swap_mb
|
||||
value: "{{ ansible_swaptotal_mb }}"
|
||||
- option: product_id
|
||||
value: "{{ ansible_product_uuid }}"
|
||||
# 2021-01-28: Non-existent var, so fails with ansible-base 2.10.5 (#2669)
|
||||
#- option: product_id
|
||||
# value: "{{ ansible_product_uuid }}"
|
||||
- option: gw_active
|
||||
value: "{{ gw_active }}"
|
||||
- option: internet_available
|
||||
|
|
Loading…
Reference in a new issue