blob: 34f7038e8f438c374243b9e94e62f2f6aa9ad639 (
plain)
1
2
3
4
5
6
7
8
9
|
---
- name: Run CLI tests
ansible.builtin.include_tasks: cli.yaml
- name: Run redirection CLI tests
ansible.builtin.include_tasks: redirection.yaml
when: ansible_version.full is version('2.10.0', '>=')
tags:
- network_cli
|