Skip to content

Commit

Permalink
status: fix neighbors in routers.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed May 11, 2024
1 parent 04cec45 commit 6c6faa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/file-server/routers.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'host': data['ansible_host'],
'prefix': data['default_prefix'],

'neighbors': list(neighbors.keys()),
'neighbors': list(data['neighbors'].keys()),
'position': data['position'],
'_real_position': data['position'],

Expand Down

0 comments on commit 6c6faa1

Please sign in to comment.