From f120bfebcf813292e3708efb6506bac67294b097 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 7 Feb 2013 22:51:33 -0500 Subject: [PATCH] Very basic --diff option for showing what happens when templates change. Probably output is not useful if not used with --limit Works well with --check mode --- slurp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slurp b/slurp index ccc64950175..350ec871727 100644 --- a/slurp +++ b/slurp @@ -50,7 +50,7 @@ author: Michael DeHaan def main(): module = AnsibleModule( argument_spec = dict( - src = dict(required=True), + src = dict(required=True, aliases=['path']), ) ) source = module.params['src']