diff options
Diffstat (limited to 'tests/integration/targets/vyos_ospfv2/tasks/pre_tasks.yaml')
-rw-r--r-- | tests/integration/targets/vyos_ospfv2/tasks/pre_tasks.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/integration/targets/vyos_ospfv2/tasks/pre_tasks.yaml b/tests/integration/targets/vyos_ospfv2/tasks/pre_tasks.yaml new file mode 100644 index 00000000..bdca8772 --- /dev/null +++ b/tests/integration/targets/vyos_ospfv2/tasks/pre_tasks.yaml @@ -0,0 +1,7 @@ +--- +- name: Add pre-requisite configuration + vyos.vyos.vyos_config: + lines: |- + set policy route-map ingress + vars: + ansible_connection: ansible.netcommon.network_cli |