summaryrefslogtreecommitdiffstats
path: root/vagrant_support/update.yml
diff options
context:
space:
mode:
authorSebastin Santy <sebastinssanty@gmail.com>2017-12-11 03:33:22 +0100
committerDylan William Hardison <dylan@hardison.net>2017-12-11 03:33:22 +0100
commitae3e8609d87ade851962d2caa22ac16046ca0a47 (patch)
treec8909cb27fb8250d4a9af5bbc180a1f5e08a1985 /vagrant_support/update.yml
parent9f78732d27637da703ac0ee40c76f8eb46e73fd2 (diff)
downloadbugzilla-ae3e8609d87ade851962d2caa22ac16046ca0a47.tar.gz
bugzilla-ae3e8609d87ade851962d2caa22ac16046ca0a47.tar.xz
no bug - Remove deprecation warning due to include in Ansible (#287)
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