|
@@ -47,10 +47,11 @@
|
|
name: kubernetes>=12.0.0
|
|
name: kubernetes>=12.0.0
|
|
|
|
|
|
# XXX This won't do if you install it using pip.
|
|
# 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
|
|
become: yes
|
|
package:
|
|
package:
|
|
- name: python38-jmespath
|
|
|
|
|
|
+ name: python3.11-jmespath
|
|
state: latest
|
|
state: latest
|
|
|
|
|
|
- name: We need some additional collections as well.
|
|
- name: We need some additional collections as well.
|