add vagrant

This commit is contained in:
Andreas Zweili 2021-11-09 21:00:30 +01:00
parent 344b7e5afb
commit a262426a13
2 changed files with 11 additions and 0 deletions

View File

@ -28,6 +28,16 @@
repo: "ppa:lutris-team/lutris"
state: present
- name: "Add the Vagrant key"
ansible.builtin.apt_key:
url: "https://apt.releases.hashicorp.com/gpg"
state: present
- name: "Add the Vagrant repository"
ansible.builtin.apt_repository:
repo: "deb [arch=amd64] https://apt.releases.hashicorp.com focal main"
state: present
- name: "Install Packages"
apt:
state: present

View File

@ -41,6 +41,7 @@ packages:
- stow
- texlive-full
- touchegg
- vagrant
- virtualbox
- brave-browser