community.general/lib/ansible/modules/cloud
Gaël Lambert 647bf4eceb doc: fix indentation in amazon/rds.py example docs (#19734)
Actual doc give this error

```
fatal: [localhost]: FAILED! => {
    "changed": false,
    "failed": true,
    "invocation": {
        "module_args": {
            "command": "facts",
            "register": "new_database_facts"
        },
        "module_name": "rds"
    },
    "msg": "unsupported parameter for module: register"
}
```

Register should be at the module `rds` level and not at args level in this example :

```
 - rds:
     command: facts
     instance_name: new-database
-    register: new_database_facts
+  register: new_database_facts
```
2016-12-29 08:46:40 -05:00
..
amazon doc: fix indentation in amazon/rds.py example docs (#19734) 2016-12-29 08:46:40 -05:00
atomic Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
azure minor spelling changes 2016-12-13 13:51:13 -05:00
centurylink Some additional module cleanup of mistakes made during merging 2016-12-08 11:35:20 -05:00
cloudstack minor spelling changes 2016-12-13 13:51:13 -05:00
digital_ocean Minor grammar change in Digital_Ocean Module doc (#19674) 2016-12-25 00:24:54 +01:00
docker docker_image: docs: won't be pushed to private registry without push parameter. (#19691) 2016-12-27 08:15:12 +01:00
google Add regex support to gce_tag module, add unit tests and update integration test. (#19087) 2016-12-29 08:45:20 -05:00
linode Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
lxc Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
lxd minor spelling changes 2016-12-13 13:51:13 -05:00
misc minor spelling changes 2016-12-13 13:51:13 -05:00
openstack Verify image exists when passed for server creation 2016-12-22 22:37:59 +00:00
ovh minor spelling changes 2016-12-13 13:51:13 -05:00
ovirt cloud: ovirt: Add support to upload/copy/move disks (#19337) 2016-12-14 12:43:25 -05:00
profitbricks minor spelling changes 2016-12-13 13:51:13 -05:00
rackspace Removed dict.iteritems() in modules. (#18859) 2016-12-12 15:16:23 -08:00
smartos Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
softlayer minor spelling changes 2016-12-13 13:51:13 -05:00
vmware minor spelling changes 2016-12-13 13:51:13 -05:00
webfaction Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
__init__.py package files 2016-12-08 11:22:22 -05:00