Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lightsail - Use AnsibleAWSModule #65275

Merged
merged 4 commits into from Dec 2, 2019
Merged

Commits on Nov 26, 2019

  1. lightsail - Use AnsibleAWSModule

    - Use AnsibleAWSModule
    - Refactor the logic for wait into a separate function (Fixes ansible#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
    prasadkatti committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    75c7dc0 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Configuration menu
    Copy the full SHA
    ef92331 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5d7dc6 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. Configuration menu
    Copy the full SHA
    d3f91b3 View commit details
    Browse the repository at this point in the history