minor win_template doc corrections
This commit is contained in:
parent
642221414f
commit
4a0a9cd1fc
1 changed files with 6 additions and 2 deletions
|
@ -57,8 +57,12 @@ author: "Jon Hawkesworth (@jhawkesworth)"
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
# Playbook Example (win_template can only be run inside a playbook)
|
||||
- win_template: src=/mytemplates/file.conf.j2 dest=C:\\temp\\file.conf
|
||||
# Playbook Example
|
||||
- win_template:
|
||||
src: /mytemplates/file.conf.j2
|
||||
dest: C:\temp\file.conf
|
||||
|
||||
# Ad-hoc Example
|
||||
ansible winhost -m win_template -a "src=/mytemplates/file.conf.j2 dest=c:/temp/file.conf"
|
||||
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue