mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
bf48364c72
* junos implementation for net_l3_interface module * junos_l3_interface implementation * junos_l3_interface integration test * net_l3_interface integration test for junos * Fix module name typo
4 lines
123 B
YAML
4 lines
123 B
YAML
---
|
|
|
|
- include: "{{ role_path }}/tests/eos/basic.yaml"
|
|
when: hostvars[inventory_hostname]['ansible_network_os'] == 'eos'
|