1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/library
Joshua Conner ce5939c507 nova_compute: fix for partial match b/w params['name'] and an existing name
When there is an Openstack instance that has a name that's a partial match
for module.params['name'], but a server with name module.params['name']
doesn't yet exist, this module would fail with a list index out of bounds
error. This fixes that by filtering by exact name and only then getting the
server from the list if the list is still not empty.
2014-02-28 18:05:52 -08:00
..
cloud nova_compute: fix for partial match b/w params['name'] and an existing name 2014-02-28 18:05:52 -08:00
commands Add creates= and removes= to the script: action 2014-02-18 12:52:09 +00:00
database
files
internal
inventory
messaging Typo in rabbitmq_plugin docs 2014-02-28 11:38:11 -06:00
monitoring Merge pull request from bpennypacker/airbrake 2014-02-12 12:32:28 -05:00
net_infrastructure
network
notification
packaging
source_control Pass svn arguments as a list of strings instead of using string substition to ensure all parameters are escaped properly. 2014-02-26 22:23:26 -05:00
system
utilities
web_infrastructure