Skip to content
This repository has been archived by the owner on Aug 21, 2022. It is now read-only.

Commit

Permalink
added fix for ansible 2.1 - ansible/ansible#16057
Browse files Browse the repository at this point in the history
  • Loading branch information
cawilliamson authored and mtneug committed Oct 27, 2016
1 parent 0f98f83 commit 1c14a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/plist_file.py
Expand Up @@ -95,7 +95,7 @@ def main():
module = AnsibleModule(
argument_spec = dict(
dest = dict(required=True),
value = dict(required=True),
value = dict(required=True, type='raw'),
key = dict(required=False)
),
supports_check_mode=True
Expand Down

0 comments on commit 1c14a61

Please sign in to comment.