Communishift: use EPEL dependencies instead of Pip

Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
Greg Sutcliffe
2025-07-28 10:40:05 +01:00
parent 64bc5c86ac
commit ee45812237

View File

@@ -9,9 +9,10 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
tasks:
- name: Configure the communishift virtualenv
ansible.builtin.pip:
- name: Install the communishift packages
ansible.builtin.package:
name: "{{ communishift_package }}"
state: present
with_items: "{{ communishift_package_list }}"
loop_control:
loop_var: communishift_package
@@ -35,5 +36,5 @@
loop: "{{ lookup('dict', communishift_projects) }}"
vars:
communishift_package_list:
- kubernetes
- boto3
- python3-kubernetes
- python3-boto3