mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Comment out non-existent {{ ansible_product_uuid }}
This commit is contained in:
parent
6b308ddc49
commit
74acc0774a
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, so fails with Ansible 2.10.5 (#2669)
|
||||
#- option: product_id
|
||||
# value: "{{ ansible_product_uuid }}"
|
||||
- option: gw_active
|
||||
value: "{{ gw_active }}"
|
||||
- option: internet_available
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue