Skip to content

Commit

Permalink
Add new API call
Browse files Browse the repository at this point in the history
  • Loading branch information
toliver committed Oct 4, 2023
1 parent eeecfcb commit 30d39b8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion ansible/roles/docker/ecr/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,23 @@

- name: Choosing which API call to make.
block:
- name: Choose Trajectory Studio
set_fact:
api_url: g7dxkznkbk
region: eu-west-2
when:
- '"polhemus" in image'
- '"binary" in image'
- '"shinfang" in image'

- name: Choose Polhemus
set_fact:
api_url: 5bo8nfkjk0
region: eu-west-2
when:
- '"polhemus" in image'
- '"binary" in image'
- '"binary" in image'
- '"shinfang" not in image'

- name: Choose Haptx
set_fact:
Expand Down

0 comments on commit 30d39b8

Please sign in to comment.