ansible/docs/docsite/rst/porting_guides
Rick Elrod 19aeb4706d
[conditional] Remove support for bare variables (#74208)
Change:
- Variables used in ``when`` conditionals are no longer parsed and
  attempted to be converted to booleans. All non-empty strings are
  considered true (empty strings, false).

Test Plan:
- Updated existing tests
- Added a bunch of new tests with various kinds of truthy/falsy
  values.

Tickets:
- Fixes #74134

Signed-off-by: Rick Elrod <rick@elrod.me>
2021-04-13 11:12:10 -04:00
..
core_porting_guides.rst prep for 2.12 version bump (#74126) 2021-04-05 16:56:53 -05:00
porting_guide_2.0.rst
porting_guide_2.3.rst
porting_guide_2.4.rst
porting_guide_2.5.rst
porting_guide_2.6.rst
porting_guide_2.7.rst
porting_guide_2.8.rst
porting_guide_2.9.rst
porting_guide_2.10.rst
porting_guide_3.rst Update the porting guide for a new ansible version (#74073) 2021-03-30 14:13:42 -05:00
porting_guide_4.rst Porting guide update for ansible-4.0 alpha3 (#74075) 2021-03-30 18:20:11 -05:00
porting_guide_base_2.10.rst
porting_guide_core_2.11.rst
porting_guide_core_2.12.rst [conditional] Remove support for bare variables (#74208) 2021-04-13 11:12:10 -04:00
porting_guides.rst