Skip to content

Commit a694be3

Browse files
committed
gateway docs/comments
1 parent f6124b3 commit a694be3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ansible/roles/gateway/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Note that:
1919
an assert will be raised to fail the `ansible-init` service - see logs using
2020
`journalctl -xue ansible-init`.
2121

22+
See [docs/networks.md](../../../docs/networks.md) for further discussion.
2223

2324
## Requirements
2425

ansible/roles/gateway/files/gateway-init.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
msg: "gateway_ip={{ gateway_ip }} access_ip={{ access_ip }} gateway_ip_connection={{ gateway_ip_connection }}"
4343

4444
- name: Error if device has a gateway which is not the desired one
45-
# TODO: document
4645
assert:
4746
that: item.gateway == gateway_ip
4847
fail_msg: "Device {{ item | to_nice_json }} has gateway: cannot apply gateway {{ gateway_ip }}"

0 commit comments

Comments
 (0)