diff --git a/tests/playbooks/pre.yml b/tests/playbooks/pre.yml index 526b830faf..d82198382f 100644 --- a/tests/playbooks/pre.yml +++ b/tests/playbooks/pre.yml @@ -17,3 +17,8 @@ file: path: "{{ kolla_build_logs_dir }}" state: directory + + - name: Ensure tox is installed + pip: + name: tox + become: true