Files
toallab-automation/roles/linux-system-roles.network/tests/tests_vlan_mtu_initscripts.yml
2020-08-17 12:06:41 -04:00

14 lines
455 B
YAML

---
# set network provider and gather facts
- hosts: all
tasks:
- name: Set network provider to 'initscripts'
set_fact:
network_provider: initscripts
# workaround for: https://github.com/ansible/ansible/issues/27973
# There is no way in Ansible to abort a playbook hosts with specific OS
# releases Therefore we include the playbook with the tests only if the hosts
# would support it.
- import_playbook: playbooks/tests_vlan_mtu.yml