mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
doc: network: fix syntax errors in examples (#5780)
This commit is contained in:
parent
3f81a65e53
commit
507559dba5
21 changed files with 98 additions and 98 deletions
|
@ -186,7 +186,7 @@ vars:
|
|||
|
||||
- name: load config from file
|
||||
sros_config:
|
||||
src: {{ inventory_hostname }}.cfg
|
||||
src: "{{ inventory_hostname }}.cfg"
|
||||
provider: "{{ cli }}"
|
||||
save: yes
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue