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/test
Mark Chappell f1311d3e98 Rewrite iam_policy using boto3 (#63924)
* reworked iam_policy

* Deprecate policy_document option

* deprecate defaulting skip_duplicates to true

* No longer explicitly catch ParamValidationError.

ParamValidationErrror is already caught by ClientError

* Work with complex policy objects rather than json documents

comparisons can better cope with the special cases (eg True vs "True" )

* Enable check_mode tests and fix related 'changed' bug

* changelog

* doc cleanup based on review
6 years ago
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 6 years ago
integration Rewrite iam_policy using boto3 (#63924) 6 years ago
legacy Sanity test fixups - AWS related tests (#64093) 6 years ago
lib/ansible_test Fix ansible-test handling of git submodules. (#65027) 6 years ago
sanity fix all modules to be able to get parameter with value false (very important fix) (#65040) 6 years ago
units add a new module to configure isis on isis-view. (#63720) 6 years ago
utils Increase unit test timeout in CI. 6 years ago