Make checks playbook work in venv

Checks playbook now works in a venv

Change-Id: I457879101e986dee30db3658e4260e6fe4ff82a2
This commit is contained in:
Sai Sindhur Malleni 2016-09-08 15:38:41 -04:00
parent 39ae793fd9
commit 95324c2919

View File

@ -53,6 +53,8 @@
- hosts: localhost
gather_facts: False
become: false
vars:
ansible_python_interpreter: "/usr/bin/python"
name: Generating bug report
tasks:
- local_action: template src=templates/bug_report.j2 dest={{result_dir}}/bug_report.log