added jinja2 example (#49740)
This commit is contained in:
parent
d28a903fb3
commit
291c9388ea
1 changed files with 5 additions and 0 deletions
|
@ -282,6 +282,11 @@ EXAMPLES = """
|
|||
- boot system flash bootflash:{{new_image}}
|
||||
host: "{{ inventory_hostname }}"
|
||||
when: ansible_net_version != version
|
||||
|
||||
- name: render a Jinja2 template onto an IOS device
|
||||
ios_config:
|
||||
backup: yes
|
||||
src: ios_template.j2
|
||||
"""
|
||||
|
||||
RETURN = """
|
||||
|
|
Loading…
Reference in a new issue