blob: 60fb6bf0889e697bc4590e11e76c6a78010c06f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
- include: cli.yaml
- include: cli_config.yaml
tags:
- network_cli
- include: redirection.yaml
when: ansible_version.full is version('2.10.0', '>=')
tags:
- network_cli
|