Fixes ansible/ansible#25096 (#25098)

pull/25225/merge
Philippe Dellaert 7 years ago committed by Brian Coca
parent e0db5d23cc
commit 3ae69302a2

@ -1736,7 +1736,7 @@ class AnsibleModule(object):
continue
wanted = 'str'
value = self.params[k]
value = param[k]
if value is None:
continue

Loading…
Cancel
Save