Skip to content

Commit

Permalink
Fixed using the wrong service name in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
markotting committed Mar 18, 2024
1 parent d381118 commit c1028cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@

- name: obtain facts for existing service in the cluster
ecs_service_info:
service: "{{ ecs_service_name }}"
service: "{{ ecs_service_name }}2"
details: true
events: false
register: ecs_service_info
Expand Down

0 comments on commit c1028cf

Please sign in to comment.