Skip to content
Snippets Groups Projects
Commit 22fd53d7 authored by nimrod's avatar nimrod
Browse files

- Added dnsmasq and resolvconf to APT install list (for vagrant-landrush).

parent c851d8ce
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@
- assert:
that:
- ansible_pkg_mgr == 'apt'
- name: APT install
with_items:
- network-manager
......@@ -25,6 +26,8 @@
- ufw
- libdvdcss2
- vagrant
- dnsmasq
- resolvconf
apt:
name: '{{ item }}'
state: present
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment