Fix typo of the task name

TrivialFix

Change-Id: I066ef977825df4c4c34fcdc92523794656ece0d7
Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
This commit is contained in:
Maksim Malchuk
2025-11-27 00:01:16 +03:00
parent 03c849c6ca
commit 645a307406

View File

@@ -119,7 +119,7 @@
become: True
when: kayobe_virtualenv is not defined
- name: Ensure kolla-ansible virtualenv has docker SDK for python installed
- name: Ensure kayobe virtualenv has docker SDK for python installed
pip:
name: docker
state: latest