From 390f5d58da71089614a70309d64f90dc433fd5de Mon Sep 17 00:00:00 2001
From: Attila Farkas <394097@mail.muni.cz>
Date: Sat, 31 Jul 2021 16:12:43 +0200
Subject: [PATCH] Remove duplicate attribute

---
 sandboxcreator/resources/files/playbook.yml | 18 +-----------------
 1 file changed, 1 insertion(+), 17 deletions(-)

diff --git a/sandboxcreator/resources/files/playbook.yml b/sandboxcreator/resources/files/playbook.yml
index 1e613e9..145d2ee 100644
--- a/sandboxcreator/resources/files/playbook.yml
+++ b/sandboxcreator/resources/files/playbook.yml
@@ -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
-- 
GitLab