Revert "Ensure that python3-cryptography is present in k8s control plane hosts"

This reverts commit c1ede00a6cb3dfdf776ba4335898ef883474a596.

Reason for revert: This is now included in v1.14.0 of ansible-collection-kubernetes

Change-Id: Icfbe36d45cf39e0b7d8fdf4bbf674711cb34004f
This commit is contained in:
Jonathan Rosser 2024-06-05 16:50:32 +00:00 committed by Dmitriy Rabotyagov
parent 0fc47826b0
commit b0a4b8733b

View File

@ -95,11 +95,6 @@
execstarts: /usr/bin/bash -c 'mkdir -p /run/cilium/cgroupv2 && /usr/bin/mount -t cgroup2 none /run/cilium/cgroupv2 && /usr/bin/mount --make-shared /run/cilium/cgroupv2'
# environment: "{{ deployment_environment_variables | default({}) }}"
tasks:
#NOTE (jrosser) this task can be removed when https://github.com/vexxhost/ansible-collection-kubernetes/pull/118/ is merged and released
- ansible.builtin.package:
name: python3-cryptography
tags:
- k8s-container
- k8s