Current Directory: /usr/lib/python3.9/site-packages/ansible/galaxy/data/network/tests
Viewing File: /usr/lib/python3.9/site-packages/ansible/galaxy/data/network/tests/test.yml.j2
---
- hosts: localhost
connection: network_cli
gather_facts: False
roles:
- {{ role_name }}
- hosts: localhost
connection: netconf
gather_facts: False
roles:
- {{ role_name }}