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 @@ ...@@ -24,6 +24,7 @@
- docker.io - docker.io
- ufw - ufw
- libdvdcss2 - libdvdcss2
- vagrant
apt: apt:
name: '{{ item }}' name: '{{ item }}'
state: present state: present
...@@ -97,3 +98,12 @@ ...@@ -97,3 +98,12 @@
mode: 0o0644 mode: 0o0644
notify: notify:
- Systemd daemon reload - 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