summaryrefslogtreecommitdiffstats
path: root/vagrant_support/update.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant_support/update.yml')
-rw-r--r--vagrant_support/update.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/vagrant_support/update.yml b/vagrant_support/update.yml
index 879345c57..c53a0554e 100644
--- a/vagrant_support/update.yml
+++ b/vagrant_support/update.yml
@@ -15,9 +15,9 @@
- name: add data symlink
file: path=/vagrant/data src=/data state=link force=true
- - include: checksetup.yml
+ - include_tasks: checksetup.yml
vars:
LAZY: 1
- - include: apache.yml
+ - include_tasks: apache.yml
vars:
LAZY: 1 \ No newline at end of file