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
reviewable/pr18780/r1
Michael DeHaan 12 years ago
parent b3cc152f15
commit f120bfebcf

@ -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']

Loading…
Cancel
Save