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:
parent
74acc0774a
commit
3cdcddccfb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue