You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/conditionals
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>
3 years ago
..
vars [conditional] Remove support for bare variables (#74208) 3 years ago
aliases Fix conditionals integration test. (#53583) 6 years ago
play.yml [conditional] Remove support for bare variables (#74208) 3 years ago
runme.sh [conditional] Remove support for bare variables (#74208) 3 years ago