Fixed missing environment in gating ansible playbook
This commit is contained in:
parent
146838a614
commit
cff1e3addf
@ -30,6 +30,7 @@
|
||||
chdir: /usr/share/{{ test.package }}/test/system
|
||||
become: "{{ true if test.become is defined else false }}"
|
||||
become_user: testuser
|
||||
environment: "{{ local_environment }}"
|
||||
|
||||
- name: "{{ test.name }} | pull logs"
|
||||
fetch:
|
||||
|
Loading…
Reference in New Issue
Block a user