community.general/lib/ansible/modules/source_control
Matt Martz 829c0b8f62 Update validate-modules (#20932)
* Update validate-modules

* Validates ANSIBLE_METADATA
* Ensures imports happen after documentation vars
* Some pep8 cleanup

* Clean up some left over unneeded code

* Update modules for new module guidelines and validate-modules checks

* Update imports for ec2_vpc_route_table and ec2_vpc_nat_gateway
2017-02-02 11:45:22 -08:00
..
__init__.py
bzr.py Remove unneeded quotes - source_control/bzr.py (#18825) 2016-12-09 08:48:15 -05:00
git.py Fix git remote url change detection. (#20587) 2017-01-23 16:09:42 -08:00
git_config.py Have AnsibleModule raise a failure of git is missing in git_config module (#19676) 2017-01-04 14:23:21 +00:00
github_hooks.py Update validate-modules (#20932) 2017-02-02 11:45:22 -08:00
github_key.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
github_release.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
gitlab_group.py Native YAML - source_control/gitlab_group (#19054) 2016-12-09 05:48:33 -05:00
gitlab_project.py Native YAML - source_control/gitlab_project (#19062) 2016-12-09 05:44:43 -05:00
gitlab_user.py Specify in requirements one needs to have admin rights (#20455) 2017-01-19 16:17:33 -08:00
hg.py PEP 8 W291 whitespace cleanup. 2017-01-27 17:08:02 -08:00
subversion.py