Dag Wieers
05c6ff79f9
Convert to reduced list of known types ( #50010 )
2018-12-19 07:25:30 +10:00
Abhijeet Kasurde
bfc3ca1da1
Remove extra parameter in format_exc ( #46251 )
...
`traceback.format_exc()` does not take any argument, this fix remove
such occurances.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-10-18 21:50:58 -04:00
Dag Wieers
cdd21e2170
Clean up module documentation ( #36909 )
...
* Clean up module documentation
This PR includes:
- Removal of `default: None` (and variations)
- Removal of `required: false`
- Fixing booleans and `type: bool` where required
* Fix remaining (new) validation issues
2018-03-15 22:15:24 +01:00
John Barker
c57a7f05e1
Bulk autopep8 (modules)
...
As agreed in 2017-12-07 Core meeting bulk fix pep8 issues
Generated using:
autopep8 1.3.3 (pycodestyle: 2.3.1)
autopep8 -r --max-line-length 160 --in-place --ignore E305,E402,E722,E741 lib/ansible/modules
Manually fix issues that autopep8 has introduced
2017-12-07 20:25:55 +00:00
Sloane Hertel
9cfd0a58b0
Use region derived from get_aws_connection_info() in dynamodb_table to fix tagging bug ( #32557 )
2017-11-03 16:15:53 -04:00
Toshio Kuratomi
f203ca7907
Update metadata to 1.1
2017-08-15 23:12:08 -07:00
Toshio Kuratomi
9a7e23569e
Fix wildcard imports, remove get_exception, add boilerplate
...
Amazon modules that don't have open PRs against them
2017-08-12 07:43:46 -07:00
Alan Loi
3ac9273507
Fix hash_key_name to be optional for delete ( #25009 )
2017-06-12 10:25:43 -04:00
Alan Loi
c23e3c1913
Fix version_added for tags and wait_for_active_timeout params ( #24993 )
2017-06-12 10:19:41 -04:00
Ricardo Carrillo Cruz
6fa3cb55e1
Fix dynamodb pep8 issues ( #23032 )
2017-03-28 15:11:39 +02:00
Corey Christous
34a3ab94d8
add tagging to dynamodb_table.py ( #20946 )
...
* add tagging to dynamodb_table.py
* fix doc syntax
* address PR comments
* add boto3 has tagging check
2017-03-28 07:18:20 -04:00
Matt Martz
3164e8b561
E501 fixes ( #22879 )
2017-03-22 20:50:28 -05:00
Toshio Kuratomi
eb1214baad
New metadata 1.0 ( #22587 )
...
Changes to the metadata format were approved here:
https://github.com/ansible/proposals/issues/54
* Update documentation to the new metadata format
* Changes to metadata-tool to account for new metadata
* Add GPL license header
* Add upgrade subcommand to upgrade metadata version
* Change default metadata to the new format
* Fix exclusion of non-modules from the metadata report
* Fix ansible-doc for new module metadata
* Exclude metadata version from ansible-doc output
* Fix website docs generation for the new metadata
* Update metadata schema in valiate-modules test
* Update the metadata in all modules to the new version
2017-03-14 09:07:22 -07:00
Matt Clay
cb76200c7d
PEP 8 E111 & E114 cleanup. ( #20838 )
2017-01-30 15:01:47 -08:00
Andrea Tartaglia
ef391a11ec
Removed dict.iteritems() in modules. ( #18859 )
...
This is for py3 compatibility, addressed in #18506
2016-12-12 15:16:23 -08:00
James Cammarata
011ea55a8f
Relocating extras into lib/ansible/modules/ after merge
2016-12-08 11:35:18 -05:00