Skip to content

Commit

Permalink
fix the way virtualbox is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Mar 21, 2024
1 parent 33a182b commit e2356a3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
14 changes: 2 additions & 12 deletions ansible/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

- name: Non-GUI Development Software
hosts: development
gather_facts: yes
vars_files:
- vars/deb_arch.yml
- vars/user.yml
Expand Down Expand Up @@ -76,15 +77,4 @@
# enable these when ombi moves to its own server
# - web_common/nginx
# - web_common/letsencrypt
- ombi_jasonernst_com/ombi

- name: Virtualbox
hosts: all
become: yes
gather_facts: yes
tags:
- virtualbox
roles:
- buluma.virtualbox
vars:
virtualbox_version: "7.0"
- ombi_jasonernst_com/ombi
9 changes: 9 additions & 0 deletions ansible/roles/development/ops/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@
vars:
vagrant_version: 2.4.1

# need to use import and include because otherwise nothing will run here
- name: Import virtualbox role
tags: virtualbox
become: true
ansible.builtin.import_role:
name: buluma.virtualbox
vars:
virtualbox_version: "7.0"

- name: Add packer GPG
tags: packer
become: true
Expand Down

0 comments on commit e2356a3

Please sign in to comment.