Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
fix: install python3-cryptography in containers (vexxhost#117) (vexxh…
Browse files Browse the repository at this point in the history
…ost#118)

This package is required by module community.crypto.x509_certificate_info which is used in
join-cluster.yml

Fixes vexxhost#117
  • Loading branch information
stuartgrace-bbc authored Jun 4, 2024
1 parent de2549a commit d051c4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion roles/kubernetes/tasks/control-plane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
# TODO(fitbeard): Move common system packages from all roles to dedicated role.
- name: Install PIP
ansible.builtin.package:
name: python3-pip
name:
- python3-pip
- python3-cryptography

- name: Install Kubernetes python package
ansible.builtin.pip:
Expand Down

0 comments on commit d051c4e

Please sign in to comment.