1
0
Fork 0
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:
A Holt 2021-01-28 18:35:15 -05:00 committed by GitHub
parent 6b308ddc49
commit 74acc0774a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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