Fixed win_route module (#46395)

* Changed $IpAddress to $Gateway

* Tweaked win_route unit tests

Checks to see if new static route has the correct gateway

* Create win_route.yaml

* Fixed incorrect variable name
This commit is contained in:
uberjew666
2018-12-06 03:39:06 +00:00
committed by ansibot
parent a74449b05f
commit b72187cd2c
3 changed files with 10 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- win_route - Corrected issue where the wrong network interface was used for new static routes. - https://github.com/ansible/ansible/issues/28051