You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/ansible-test-cloud-nios/tasks/main.yml

11 lines
356 B
YAML

- 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 }}/