Skip to content
Snippets Groups Projects
Verified Commit 28ffd68a authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

[interfaces] Install vlan

parent 51f49eb4
No related branches found
No related tags found
1 merge request!16Interfaces
---
- name: Install vlan support
apt:
update_cache: true
name: vlan
state: present
register: apt_result
retries: 3
until: apt_result is succeeded
- name: Deploy default interfaces config
template:
src: network/interfaces.j2
......
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