aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/roles/vagrant/tasks/main.yml
blob: 32e97221cb5bd3569f50e91beb7568b8932a0f5a (plain) (blame)
1
2
3
4
5
6
7
8
9
- name: Update plugins
  ansible.builtin.command: vagrant plugin update

- name: Prune invalid entries
  ansible.builtin.command: vagrant global-status --prune
  become: true

- name: Clean up boxes
  ansible.builtin.command: vagrant box prune --force --keep-active-boxes