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 @@ ...@@ -18,6 +18,7 @@
- assert: - assert:
that: that:
- ansible_pkg_mgr == 'apt' - ansible_pkg_mgr == 'apt'
- name: APT install - name: APT install
with_items: with_items:
- network-manager - network-manager
...@@ -25,6 +26,8 @@ ...@@ -25,6 +26,8 @@
- ufw - ufw
- libdvdcss2 - libdvdcss2
- vagrant - vagrant
- dnsmasq
- resolvconf
apt: apt:
name: '{{ item }}' name: '{{ item }}'
state: present state: present
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment