mirror of https://github.com/ansible/ansible.git
server.security_groups is a list of dicts (#48798)
os_server was trying to access `[sg.name for sg in server.security_groups]`, but the items in `server.security_groups` are dictionaries, so that should be `sg['name']`.pull/49290/head
parent
95718f7e12
commit
b2e5c75131
Loading…
Reference in New Issue