1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

added jinja2 example (#49740)

This commit is contained in:
Sandra McCann 2018-12-10 14:10:17 -05:00 committed by Alicia Cozine
parent be21140384
commit 62af321909

View file

@ -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 = """