Skip to content

Commit

Permalink
Set block indentation to 1 on iosxr templates (ansible#21105)
Browse files Browse the repository at this point in the history
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 ansible#21055
  • Loading branch information
rcarrillocruz authored Feb 7, 2017
1 parent 3b64bff commit 0adca6b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
hostname {{ inventory_hostname_short }}
!
interface Loopback999
description this is a test
shutdown
description this is a test
shutdown

0 comments on commit 0adca6b

Please sign in to comment.