aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/vagrant/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/vagrant/tasks/main.yml')
-rw-r--r--roles/vagrant/tasks/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/vagrant/tasks/main.yml b/roles/vagrant/tasks/main.yml
index 53a64c2..32e9722 100644
--- a/roles/vagrant/tasks/main.yml
+++ b/roles/vagrant/tasks/main.yml
@@ -1,9 +1,9 @@
- name: Update plugins
- command: vagrant plugin update
+ ansible.builtin.command: vagrant plugin update
- name: Prune invalid entries
- command: vagrant global-status --prune
+ ansible.builtin.command: vagrant global-status --prune
become: true
- name: Clean up boxes
- command: vagrant box prune --force --keep-active-boxes
+ ansible.builtin.command: vagrant box prune --force --keep-active-boxes