Skip to content
Snippets Groups Projects
Commit 390f5d58 authored by Attila Farkas's avatar Attila Farkas
Browse files

Remove duplicate attribute

parent 2b96081a
No related branches found
No related tags found
1 merge request!32Version 2.0.0
......@@ -48,23 +48,7 @@
become: yes
become_method: runas
become_user: windows
vars:
ansible_become_pass: vagrant
tasks:
- name: Configure routes
include_role:
name: interface
loop: '{{ routes }}'
loop_control:
loop_var: interface
vars:
interface_configuration_type: static
interface_default_gateway: '{{ interface.interface_default_gateway | default('''') }}'
interface_identification: '{{ interface.interface_ip }}'
interface_routes: '{{ interface.interface_routes | default([]) }}'
interface_static_ip: '{{ interface.interface_ip }}'
interface_static_netmask: '{{ interface.interface_netmask }}'
tasks: []
- name: Border router configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment