Add multiline config example in cli_config docs (#51413)

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
pull/51424/head
Trishna Guha 6 years ago committed by GitHub
parent 870525d762
commit f712e86728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -147,6 +147,12 @@ EXAMPLES = """
cli_config:
config: "{{ lookup('template', 'basic/config.j2') }}"
- name: multiline config
cli_config:
config: |
hostname foo
feature nxapi
- name: configure device with config with defaults enabled
cli_config:
config: "{{ lookup('template', 'basic/config.j2') }}"

Loading…
Cancel
Save