1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/eos_eapi/tests/cli/badtransport.yaml

15 lines
339 B
YAML
Raw Normal View History

- debug: msg="START CLI/BADTRANSPORT.YAML"
- block:
- name: Expect transport other than cli to fail
eos_eapi:
provider: "{{ eapi }}"
register: eos_eapi_output
ignore_errors: yes
- assert:
that: eos_eapi_output.failed == true
when: "ansible_connection == 'local'"
- debug: msg="START CLI/BADTRANSPORT.YAML"