mirror of https://github.com/ansible/ansible.git
Fix only_if statements referencing non-string types
This fixes e.g. only_if: ${task.changed} which would always
evaluate to true due to it having been replaced by a string for its
boolean value. Also adds a test case to ensure it doesn't get
missed again.
pull/1109/head
parent
151085c745
commit
b55ef665ba
Loading…
Reference in New Issue