summaryrefslogtreecommitdiffstats
path: root/lib/ansible/galaxy/data/network/tests/test.yml.j2
blob: 11284eb5b8e7b4b441b2337a7bfac83ff2b7295e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
- hosts: localhost
  connection: network_cli
  gather_facts: False

  roles:
    - {{ role_name }}

- hosts: localhost
  connection: netconf
  gather_facts: False

  roles:
    - {{ role_name }}