mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 08:43:10 +00:00
@@ -145,6 +145,9 @@ def is_changed(result):
|
||||
|
||||
def check_conditional(conditional):
|
||||
|
||||
if not isinstance(conditional, basestring):
|
||||
return conditional
|
||||
|
||||
def is_set(var):
|
||||
return not var.startswith("$")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user