mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-08 11:43:10 +00:00
Fix the OpenStack os_server module for when region_name is specified. This should not be passed through to the shade create_server() call as it's only used with the auth parameters. Fixes bug: https://github.com/ansible/ansible-modules-core/issues/2797