Skip to content

Commit

Permalink
Update lightsail blueprint (#1739)
Browse files Browse the repository at this point in the history
Update lightsail blueprint

SUMMARY
amazon_linux no longer available
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
lightsail
ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis
  • Loading branch information
tremble authored Mar 7, 2023
1 parent f971eef commit 2201390
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/20230307-blueprint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
trivial:
- lightsail - update blueprint used by integration test to ``amazon_linux_2``
4 changes: 2 additions & 2 deletions tests/integration/targets/lightsail/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
lightsail:
name: "{{ instance_name }}"
zone: "{{ zone }}"
blueprint_id: amazon_linux
blueprint_id: amazon_linux_2
bundle_id: nano_2_0
wait: yes
register: result
Expand All @@ -30,7 +30,7 @@
lightsail:
name: "{{ instance_name }}"
zone: "{{ zone }}"
blueprint_id: amazon_linux
blueprint_id: amazon_linux_2
bundle_id: nano_2_0
register: result

Expand Down

0 comments on commit 2201390

Please sign in to comment.