File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 14
14
community.general.pip_package_info :
15
15
register : packages
16
16
17
+ - name : Check if Kayobe is installed as editable
18
+ ansible.builtin.assert :
19
+ that : packages.packages.pip.kayobe[0].editable_project_location is not defined
20
+ fail_msg : |
21
+ You are using Kayobe as an editable install. Please recreate the
22
+ Kayobe environment, or reinstall Kayobe by running:
23
+ pip install --force-reinstall -r {{ requirements_path }}
24
+
25
+ If an editable install is actually required, you can skip this
26
+ check by setting stackhpc_enable_kayobe_check to false.
27
+ success_msg : |
28
+ Kayobe is not installed as editable.
29
+
17
30
- name : Check if pip is version 24.0 or newer
18
31
ansible.builtin.assert :
19
32
that : " {{ packages.packages.pip.pip[0].version is version('24.0', '>=') }}"
You can’t perform that action at this time.
0 commit comments