Register docker network info and use it for prometheus-node-exporter

Using the hardcoded IP did break while I was
messing with IPv6 stuff on the other branch
This commit is contained in:
Peetz0r
2021-01-31 02:09:12 +01:00
parent da82d670af
commit 144a5e6198
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@
docker_network:
name: "{{ matrix_docker_network }}"
driver: bridge
register: matrix_docker_network_info
- name: Ensure matrix-remove-all script created
template: