mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
vyos net_system implementation (#25994)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user