mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Ansible boolean/var types doc in validate_vars.yml
This commit is contained in:
parent
6c41b07462
commit
a53b0752b4
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,11 @@
|
||||||
# 2020-07-08 - Excellent analysis & summary by Jon Spriggs: "In Ansible,
|
# 2020-07-08 - Excellent analysis & summary by Jon Spriggs: "In Ansible,
|
||||||
# determine the type of a value, and casting those values to other types"
|
# determine the type of a value, and casting those values to other types"
|
||||||
# https://jon.sprig.gs/blog/post/1801
|
# https://jon.sprig.gs/blog/post/1801
|
||||||
|
#
|
||||||
|
# 2021-01-29 - ansible-base 2.10.5 (1) is more strict about empty string vars
|
||||||
|
# (2) no longer supports "when: myvar is boolean", "is integer" & "is float"
|
||||||
|
# (3) brings yet more "Ansible collection" dependency changes (undocumented!)
|
||||||
|
# Details: https://github.com/iiab/iiab/pull/2672 (see also #2669)
|
||||||
|
|
||||||
# 3. "How do i fail a task in Ansible if the variable contains a boolean value?
|
# 3. "How do i fail a task in Ansible if the variable contains a boolean value?
|
||||||
# I want to perform input validation for Ansible playbooks"
|
# I want to perform input validation for Ansible playbooks"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue