You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
Shuang Wang 0c6513e9b1 add module aws_codecommit to represent AWS CodeCommit (#46161)
* kick off

* done for the day

* beta code and test

* fix a typo

* boto3_conn and boto_exception aren't used in this code, ec2_argument_spec is used but unneeded.

* Returning when find a match avoids doing extra work, especially when pagination is involved

* add new permissions for test

* (output is changed) is preferred over accessing the attribute directly.

* pass the result through camel_dict_to_snake_dict() before returning it.

* AnsibleAWSModule automatically merges the argument_spec.

* deletes the created resources even if a test fails.

* AnsibleAWSModule automatically merges the argument_spec.

* fix typo

* fix pep8

* paginate list_repositories

* specify permissions for test

* cut the unnecessary code.

* add return doc string

* add missed ':'

* fix syntax error: mapping values are not allowed here

* add description for return

* fix syntax error

* rename module name and turn off automated integration test.
6 years ago
..
cli Adoc fixes (#47137) 6 years ago
compat Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
config Add configuration to override location of ansible-connection (#46128) 6 years ago
errors Python 3.8 collections compatibility fixes. 6 years ago
executor Ensure that an empty literal list with loop skips the task (#47129) 6 years ago
galaxy Link to the Galaxy platforms list from the meta file template (#34046) 6 years ago
inventory better information for user from inventory plugins (#46766) 6 years ago
module_utils VMware: Provide facility to specify path for template (#38031) 6 years ago
modules add module aws_codecommit to represent AWS CodeCommit (#46161) 6 years ago
parsing An earlier optimization of ansible-doc -l caused failures. (#47012) 6 years ago
playbook Do not use mutable defaults in FieldAttribute, instead allow supplying a callable for defaults of mutable types. Fixes #46824 (#46833) 6 years ago
plugins Fixed the ssl-certs in netbox plugin (#46543) 6 years ago
template Python 3.8 collections compatibility fixes. 6 years ago
utils Lenovo finetune modules (#46623) 6 years ago
vars Python 3.8 collections compatibility fixes. 6 years ago
__init__.py
constants.py
release.py