mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
add simple j2 example to vyos_config (#46442)
This commit is contained in:
parent
be0dc34b6f
commit
56f23594a5
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue