vyos net_system implementation (#25994)

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
Trishna Guha
2017-06-23 20:08:12 +05:30
committed by GitHub
parent 42b608db0c
commit 66f9e23e43
2 changed files with 69 additions and 0 deletions

View File

@@ -13,4 +13,7 @@
- include: "{{ role_path }}/tests/eos/set_name_servers.yaml"
when: hostvars[inventory_hostname]['ansible_network_os'] == 'eos'
- include: "{{ role_path }}/tests/vyos/set_name_servers.yaml"
when: hostvars[inventory_hostname]['ansible_network_os'] == 'vyos'
- debug: msg="END cli/set_name_servers.yaml"