1
0
Fork 0
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:
A Holt 2021-01-28 19:47:37 -05:00 committed by GitHub
commit 3d87fc98ad
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 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