community.general/lib/ansible/modules
Yanis Guenane 763d66ff9c Vultr: Ensure self.returns is the source of truth (#44115)
As of today, self.returns it not the source of truth. If the return
value from querying the resource contains more values than the one
listed in self.returns, those value will be returned even though not
explicitly specified in self.returns.

This commit ensures that only the values listed on self.returns are
actually returned. The other values not listed are supressed.
2018-08-14 15:43:15 +02:00
..
cloud Vultr: Ensure self.returns is the source of truth (#44115) 2018-08-14 15:43:15 +02:00
clustering Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
commands Remove use of simplejson throughout code base (#43548) 2018-08-10 11:13:29 -05:00
crypto Validate and reject if csr_path is not supplied when provider is not assertonly (#41385) 2018-07-27 05:24:51 -04:00
database added version info and removed 'bare' exception 2018-08-02 18:19:43 -04:00
files add choices to documentaton for paramater flat (#43939) 2018-08-13 10:57:00 -04:00
identity Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
inventory Fix typo in group_by module (#41627) 2018-06-18 15:33:08 +05:30
messaging Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
monitoring Remove use of simplejson throughout code base (#43548) 2018-08-10 11:13:29 -05:00
net_tools ldap_entry bugfix (#43620) 2018-08-06 15:01:08 +05:30
network Add cli_config module (#42413) 2018-08-14 13:52:15 +05:30
notification Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
packaging yum will fail on 'No space left on device', fixes #32791 (#40737) 2018-08-14 13:41:34 +02:00
remote_management Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
source_control Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
storage New module for managing EMC VNX Block storage (#42945) 2018-08-09 10:38:26 -07:00
system authorized_key 29891 use os.path.realpath to follow keyfile symlinks (#40417) 2018-08-13 16:06:33 -07:00
utilities Update wait_for.py (#44071) 2018-08-13 10:48:21 -04:00
web_infrastructure ACME: use Cryptography (if a new enough version is available) instead of OpenSSL (#42170) 2018-08-12 19:12:01 +02:00
windows win_domain modules: ensure Netlogon service is still running after promotion (#43703) 2018-08-10 16:17:45 +10:00
__init__.py Re-adding the init py for modules 2016-12-08 11:35:20 -05:00