nickcharlton / ansible-role-xcode

An Ansible Role for Xcode.
5 stars 8 forks source link

fail_json throws TypeError when invoked with positional arg only #2

Closed nikr closed 6 years ago

nikr commented 6 years ago

This fixes an error where a TypeError is thrown when trying to call module.fail_json()

nickcharlton commented 6 years ago

Oh, wonderful, thanks!

I'd missed this, but merging now.