Fixes ansible/ansible#25096 (#25098)

This commit is contained in:
Philippe Dellaert 2017-05-31 18:37:12 +02:00 committed by Brian Coca
parent e0db5d23cc
commit 3ae69302a2

View file

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