07-01-2020 01:21 AM
The playbbok get timeout with multiple lines but it works fine with 2 lines, any pointer how to fix even I tried to increase the timeout but same timeout error. Have tried with both Login & Motd options
Â
Ansible Version - 2.8.4
name: Testing Cisco ASR9006 (software 6.2.2)
hosts: HOSTNAME
gather_facts: no
connection: netwotk_cli
tasks:
name: Configure the Login banner
iosxr_banner:
banner: login
text: |
line 1
line 2
line 3
state: present
07-01-2020 09:10 AM
Hi,
is anyone using iosxr_banner module to pass multiple lines (with any ASR Model and version), not sure if I am doing some format error.
Thanks
07-03-2020 12:26 AM
Hi
Use text: > instead of text: |
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide