
In the recent version of ansible-playbook, it's failed because `include` module is deprecated and suggests to use `include_tasks` or `import_tasks` instead. This update is to fix the issue. Change-Id: Iedd8138fea17905b951602646e5d1bff8494acea Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>