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

- Added Vagrant plugin handling.

parent 98b62225
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@
- docker.io
- ufw
- libdvdcss2
- vagrant
apt:
name: '{{ item }}'
state: present
......@@ -97,3 +98,12 @@
mode: 0o0644
notify:
- Systemd daemon reload
- name: Install Vagrant plugins
become: False
with_items:
- landrush
- vagrant-vbguest
- vagrant-gatling-rsync
command: 'vagrant plugin install {{ item }}'
changed_when: False
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment