mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Set block indentation to 1 on iosxr templates (#21105)
Network devices in the lab have by default an indentation of 1 for sub-sections, and so does the netcfg.NetworkConfig constructor indent param. This will fix reported issue 21055, and make the integration tests to pass. Fixes #21055
This commit is contained in:
committed by
GitHub
parent
3b64bff7a5
commit
0adca6b7d4
@@ -1,5 +1,5 @@
|
||||
hostname {{ inventory_hostname_short }}
|
||||
!
|
||||
interface Loopback999
|
||||
description this is a test
|
||||
shutdown
|
||||
description this is a test
|
||||
shutdown
|
||||
|
||||
Reference in New Issue
Block a user