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
|
- /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
|
||||||
|
|||||||
Reference in New Issue
Block a user