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