mirror of https://github.com/ansible/ansible.git
Fix os_router ignores enable_snat: no (#45921)
If enable_snat is False, this should be used to build the
request, because the default value in the OpenStack Networking
API is True.
Fixes the issue #45915.
(cherry picked from commit 452a4ab781
)
pull/47145/head
parent
caf7885ef4
commit
b550320f14
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "os_router - ``enable_snat: no`` was ignored."
|
Loading…
Reference in New Issue