mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Add task to install python packages
Signed-off-by: Pedro Moura <pmoura@redhat.com>
This commit is contained in:
@@ -1,4 +1,19 @@
|
||||
---
|
||||
#
|
||||
# This task sets up mail aliases scripts
|
||||
# It installs python packages, scripts and configure cron to run it.
|
||||
#
|
||||
|
||||
- name: Install python packages
|
||||
ansible.builtin.package:
|
||||
state: present
|
||||
name:
|
||||
- python3-aiohttp
|
||||
- python3-requests
|
||||
tags:
|
||||
- install
|
||||
- packager_alias
|
||||
|
||||
# Email alias set-up
|
||||
- name: Install the Python script to get the <pkg>-owner email alias
|
||||
ansible.builtin.copy:
|
||||
|
||||
Reference in New Issue
Block a user