add simple j2 example to vyos_config (#46442)

pull/46465/head
Sandra McCann 6 years ago committed by Alicia Cozine
parent be0dc34b6f
commit 56f23594a5

@ -105,6 +105,10 @@ EXAMPLES = """
src: vyos.cfg
backup: yes
- name: render a Jinja2 template onto the VyOS router
vyos_config:
src: vyos_template.j2
- name: for idempotency, use full-form commands
vyos_config:
lines:

Loading…
Cancel
Save