Skip to content

Commit

Permalink
lightsail
Browse files Browse the repository at this point in the history
  • Loading branch information
markuman committed Dec 1, 2023
1 parent 6503f0d commit 55f63ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/targets/lightsail/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
- "'instance' in result and result.instance.name == instance_name"
- "result.instance.state.name == 'running'"
- "result.instance.networking.ports[0].from_port == 50"
- "{{ result.instance.networking.ports|length }} == 1"
- result.instance.networking.ports|length == 1

- name: Check if it does not delete public ports config when no value is provided
lightsail:
Expand Down

0 comments on commit 55f63ae

Please sign in to comment.