mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
In ansible-core 2.19, when clauses (when, failed_when, etc) do not convert values to bool automatically, also, templating with "|bool" does not work too, so an actual value comparison is required. Signed-off-by: Rafael Guterres Jeffman <rjeffman@redhat.com>