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/46983/head
parent
3eb5e27d6e
commit
9a2e192e8a
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "os_router - ``enable_snat: no`` was ignored."
|
||||
Loading…
Reference in New Issue