소스 검색

fix jmespath python version;

Grega Bremec 4 달 전
부모
커밋
7aeb849a0d
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      roles/check-env/tasks/main.yml

+ 3 - 2
roles/check-env/tasks/main.yml

@@ -47,10 +47,11 @@
     name: kubernetes>=12.0.0
 
 # XXX This won't do if you install it using pip.
-- name: We also need python38-jmespath
+# TODO Move this to vars or defaults or something
+- name: We also need python3.11-jmespath
   become: yes
   package:
-    name: python38-jmespath
+    name: python3.11-jmespath
     state: latest
 
 - name: We need some additional collections as well.