Merge "Make checks playbook work in venv"
This commit is contained in:
commit
4832550256
@ -53,6 +53,8 @@
|
|||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
become: false
|
become: false
|
||||||
|
vars:
|
||||||
|
ansible_python_interpreter: "/usr/bin/python"
|
||||||
name: Generating bug report
|
name: Generating bug report
|
||||||
tasks:
|
tasks:
|
||||||
- local_action: template src=templates/bug_report.j2 dest={{result_dir}}/bug_report.log
|
- local_action: template src=templates/bug_report.j2 dest={{result_dir}}/bug_report.log
|
||||||
|
Loading…
Reference in New Issue
Block a user