1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-25 13:55:32 +00:00
community.general/test/integration/targets/netconf_get/tasks/main.yaml
wiso 160bf82544 Add NETCONF support for SROS devices (#40330)
* added NETCONF support for SROS devices

* corrected alu mapping

* fix pep8 in sros.py

* BOT META file updated
2018-05-24 15:44:39 +05:30

4 lines
248 B
YAML

---
- { include: junos.yaml, when: ansible_network_os == 'junos', tags: ['netconf'] }
- { include: iosxr.yaml, when: ansible_network_os == 'iosxr', tags: ['netconf'] }
- { include: sros.yaml, when: ansible_network_os == 'sros', tags: ['netconf'] }