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
Prasad Katti 37ce55fd79 lightsail - Use AnsibleAWSModule (#65275)
* lightsail - Use AnsibleAWSModule

- Use AnsibleAWSModule
- Refactor the logic for wait into a separate function (Fixes #63869)
- Handle exceptions in find_instance_info and add a fail_if_not_found parameter
- Add a new state `rebooted` as an alias for `restarted`. AWS calls the action Reboot.
- Add required_if clause for when state is present

* lightsail - Use the default keypair if one is not provided

* lightsail - add a required_if for when state=present

* Update short description for lightsail module
5 years ago
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 5 years ago
integration lightsail - Use AnsibleAWSModule (#65275) 5 years ago
legacy Sanity test fixups - AWS related tests (#64093) 5 years ago
lib/ansible_test module sanity checks: improve alias handling (#59060) 5 years ago
sanity module sanity checks: improve alias handling (#59060) 5 years ago
units Fix using a URL for galaxy collection install (#65272) 5 years ago
utils Increase unit test timeout in CI. 5 years ago