1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Non-existent var explanation

This commit is contained in:
A Holt 2021-01-28 18:38:06 -05:00 committed by GitHub
parent 74acc0774a
commit 3cdcddccfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,7 +137,7 @@
value: "{{ ansible_memtotal_mb }}" value: "{{ ansible_memtotal_mb }}"
- option: swap_mb - option: swap_mb
value: "{{ ansible_swaptotal_mb }}" value: "{{ ansible_swaptotal_mb }}"
# 2021-01-28: Non-existent, so fails with Ansible 2.10.5 (#2669) # 2021-01-28: Non-existent var, so fails with Ansible 2.10.5 (#2669)
#- option: product_id #- option: product_id
# value: "{{ ansible_product_uuid }}" # value: "{{ ansible_product_uuid }}"
- option: gw_active - option: gw_active