mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
Many OpenStack modules provide the ability to register a resource in a project other than the one being used to authenticate with, by adding a project parameter to the module. Examples include os_network, os_subnet, and os_router. This change adds a project parameter to the os_security_group module. Fixes: #34467 Fixes: #30292