Skip to content

Commit 48af87b

Browse files
authored
Update defaults.yml - remove quotes for net_area_number (#522)
Update defaults.yml - remove quotes for net_area_number
1 parent 02dbfcb commit 48af87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/validate/files/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ factory_defaults:
203203
authentication_key_id: 127
204204
isis:
205205
level: level-2
206-
net_area_number: "0001"
206+
net_area_number: 0001
207207
network_point_to_point: true
208208
authentication_enable: false
209209
authentication_key_id: 127

0 commit comments

Comments
 (0)