|
@@ -53,6 +53,17 @@
|
|
|
name: python38-jmespath
|
|
|
state: latest
|
|
|
|
|
|
+- name: We need some additional collections as well.
|
|
|
+ become: yes
|
|
|
+ yum:
|
|
|
+ name:
|
|
|
+ - ansible-core
|
|
|
+ - ansible-collection-ansible-posix
|
|
|
+ - ansible-collection-ansible-utils
|
|
|
+ - ansible-collection-community-general
|
|
|
+ - ansible-collection-containers-podman
|
|
|
+ state: latest
|
|
|
+
|
|
|
- name: Verify cluster connectivity
|
|
|
kubernetes.core.k8s_cluster_info:
|
|
|
kubeconfig: tmp/kubeconfig-{{ item }}
|