mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-19 19:46:38 +08:00
Communishift: use EPEL dependencies instead of Pip
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user