Skip to content

Commit

Permalink
Naming some tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
dannylamb committed Jan 10, 2018
1 parent c81c1b7 commit 23a97a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roles/internal/crayfish/tasks/register.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
---

- name: Check Hypercube
- uri:
uri:
url: "{{ crayfish_apix_hypercube_service }}"
headers:
Bearer: "{{ crayfish_syn_token }}"
status_code: 200,404
register: hypercube_service

- name: Check Identify
- uri:
uri:
url: "{{ crayfish_apix_identify_service }}"
headers:
Bearer: "{{ crayfish_syn_token }}"
status_code: 200,404
register: identify_service

- name: Check Convert
- uri:
uri:
url: "{{ crayfish_apix_convert_service }}"
headers:
Bearer: "{{ crayfish_syn_token }}"
Expand Down

0 comments on commit 23a97a6

Please sign in to comment.