Skip to content

Commit

Permalink
Add vars_files block in vagrant.yml file to avoid error at vagrant up…
Browse files Browse the repository at this point in the history
… command
  • Loading branch information
jpmerx committed Jan 12, 2024
1 parent 78a90af commit c33430e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
remote_user: vagrant
vars:
update_apt_cache: true
vars_files:
- group_vars/vagrant/vars.yml
module_defaults:
ansible.builtin.apt:
force_apt_get: true
Expand Down

0 comments on commit c33430e

Please sign in to comment.