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
This commit is contained in:
parent
b3cc152f15
commit
f120bfebcf
1 changed files with 1 additions and 1 deletions
2
slurp
2
slurp
|
@ -50,7 +50,7 @@ author: Michael DeHaan
|
||||||
def main():
|
def main():
|
||||||
module = AnsibleModule(
|
module = AnsibleModule(
|
||||||
argument_spec = dict(
|
argument_spec = dict(
|
||||||
src = dict(required=True),
|
src = dict(required=True, aliases=['path']),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
source = module.params['src']
|
source = module.params['src']
|
||||||
|
|
Loading…
Reference in a new issue