1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Clarify ansible-base 2.10.5

This commit is contained in:
A Holt 2021-01-28 18:51:58 -05:00 committed by GitHub
parent 3cdcddccfb
commit 29954c8ba5
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 var, so fails with Ansible 2.10.5 (#2669) # 2021-01-28: Non-existent var, so fails with ansible-base 2.10.5 (#2669)
#- option: product_id #- option: product_id
# value: "{{ ansible_product_uuid }}" # value: "{{ ansible_product_uuid }}"
- option: gw_active - option: gw_active