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/lib/ansible/modules/cloud
Jesse Keating 0ec56bb563 Add update_password argument to os_user (#5219)
There is a desire to not have this module always result in a change if a
password argument is supplied. The OpenStack API does not return a
password back when we get a user, so we've been assuming that if a
password argument was supplied, we should attempt to change the password
(even if nothing else is changing), and that results in a "changed"
state. Now we will only send along a password change attempt if the user
wants one (the default to match history).

Fixes #5217
2016-12-08 11:25:26 -05:00
..
amazon Make the RDS endpoint available if AWS returns it. Fixes #3865 (#4143) 2016-12-08 11:25:25 -05:00
azure Do not leak the password in log (#5203) 2016-12-08 11:25:20 -05:00
digital_ocean Emit an error message if six is not installed. 2016-12-08 11:25:19 -05:00
docker corrected version added 2016-12-08 11:25:25 -05:00
google GCE: Add support for 'number' parameter for manually provisioned Google Compute clusters (#4276) 2016-12-08 11:25:22 -05:00
linode Do not leak api_key or root password in log (#5201) 2016-12-08 11:25:20 -05:00
openstack Add update_password argument to os_user (#5219) 2016-12-08 11:25:26 -05:00
rackspace Fixed incorrect usage of user_data variable (#5194) 2016-12-08 11:25:19 -05:00
vmware vsphere_guest: Set extra config and powerstate after template deploy (#4266) 2016-12-08 11:25:20 -05:00
__init__.py package files 2016-12-08 11:22:22 -05:00