mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-06 08:17:11 +00:00
with this commit, the `security_groups` attribute for `os_port` will
accept either a common-delimited string or ` YAML list. That is, either
this:
- os_port:
[...]
security_groups: group1,group2
Or this:
- os_port:
[...]
security_groups:
- group1
- group2
|
||
|---|---|---|
| .. | ||
| ansible | ||