community.general/lib/ansible/modules/cloud
Ryan Brown c85d854c84 Remove spurious changed state on iam_policy module (#4381)
Due to a mixup of the group/role/user and policy names, policies with
the same name as the group/role/user they are attached to would never be
updated after creation. To fix that, we needed two changes to the logic
of policy comparison:

- Compare the new policy name to *all* matching policies, not just the
  first in lexicographical order
- Compare the new policy name to the matching ones, not to the IAM
  object the policy is attached to
2016-12-08 11:24:55 -05:00
..
amazon Remove spurious changed state on iam_policy module (#4381) 2016-12-08 11:24:55 -05:00
azure ssh_public_keys on Azure virtual machine is a list (#4350) 2016-12-08 11:24:53 -05:00
digital_ocean Use named parameters in new_droplet method call (#4483) 2016-12-08 11:24:54 -05:00
docker Fix container labels expected vs actual comparison. 2016-12-08 11:24:54 -05:00
google Doc update 2016-12-08 11:24:45 -05:00
linode Py3 exclude list (#3698) 2016-12-08 11:24:29 -05:00
openstack Removing duplicate name: parameter possible typo (#4525) 2016-12-08 11:24:52 -05:00
rackspace Fixing Rackspace compile time errors irt exception handling for Python 3 (#3849) 2016-12-08 11:24:34 -05:00
vmware Port vsphere_guest to py3/py2.4 syntax (#3721) 2016-12-08 11:24:30 -05:00
__init__.py package files 2016-12-08 11:22:22 -05:00