diff --git a/ansible/check/site.yml b/ansible/check/site.yml index 807497196..bc6acac1b 100644 --- a/ansible/check/site.yml +++ b/ansible/check/site.yml @@ -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