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

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

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