Skip to content

Commit

Permalink
add test url in ansible task name
Browse files Browse the repository at this point in the history
  • Loading branch information
andersla committed Mar 24, 2018
1 parent 15dbf32 commit ccf0adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbooks/roles/traefik-test/tasks/test-page.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: "test endpoint"
- name: "test endpoint: http://{{cheese}}.{{cheese_domain_name}}"
command: >
curl --silent --head
-H "host: {{cheese}}.{{cheese_domain_name}}"
Expand All @@ -9,7 +9,7 @@
retries: 5
delay: 30

- name: "test page"
- name: "test page: http://{{cheese}}.{{cheese_domain_name}}"
action: >
uri
url=http://{{cheese}}.{{cheese_domain_name}}
Expand Down

0 comments on commit ccf0adf

Please sign in to comment.