We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8400336 + 6c61b50 commit 56f0a8bCopy full SHA for 56f0a8b
tests/playbooks/pre.yml
@@ -15,3 +15,8 @@
15
file:
16
path: "{{ kolla_build_logs_dir }}"
17
state: directory
18
+
19
+ - name: Ensure tox is installed
20
+ pip:
21
+ name: tox
22
+ become: true
0 commit comments