mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-08 19:49:09 +00:00
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
3d6993221e
commit
a9162a86f2
8 changed files with 95 additions and 18 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue