ansible/test/integration/targets/junos_smoke/tasks/main.yaml
Nathaniel Case ab39481c31
cli_command module (#42916)
* Create cli_command module to do direct cliconf calls

* Update edgeos cliconf signature to match.

* cli_command is cli-only

* Add tests
2018-08-06 10:41:57 -04:00

3 lines
90 B
YAML

---
- { include: netconf.yaml, tags: ['netconf'] }
- { include: cli.yaml, tags: ['cli'] }