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

Remove aliases from windows

parent 06f36d76
No related branches found
No related tags found
1 merge request!32Version 2.0.0
......@@ -52,12 +52,6 @@
ansible_become_pass: vagrant
tasks:
- name: Add aliases of all devices
lineinfile:
line: '{{ item.key }} {{ item.value }}'
path: /etc/hosts
loop: '{{ device_aliases | dict2items }}'
- name: Configure routes
include_role:
name: interface
......
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