summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-test-cloud-nios/tasks/main.yml
blob: b4d447d774e5d3ed7624c5d320ce8fb50e292f98 (plain)
1
2
3
4
5
6
7
8
9
10
- name: Verify endpoints respond
  uri:
    url: "{{ item }}"
    url_username: "{{ nios_provider.username }}"
    url_password: "{{ nios_provider.password }}"
    validate_certs: no
  register: this
  failed_when: "this.status != 404"  # authentication succeeded, but the requested path was not found
  with_items:
    - https://{{ nios_provider.host }}/