mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 06:05:08 +08:00
Add python-IPy
This commit is contained in:
@@ -11,10 +11,16 @@
|
||||
yum: pkg={{ item }} state=present enablerepo=epel-testing
|
||||
with_items:
|
||||
- mirrormanager2-mirrorlist
|
||||
- python-IPy
|
||||
tags:
|
||||
- packages
|
||||
- mirrorlist2
|
||||
|
||||
- name: make sure mirrorlist-server is enabled (but not started yet in case we do not have pkl)
|
||||
service: name=mirrorlist-server enabled=yes
|
||||
tags:
|
||||
- mirrorlist2
|
||||
|
||||
# install mirrorlist-server.conf apache config
|
||||
- name: mirrorlist-server apache conf
|
||||
template: src=mirrorlist-server.conf dest=/etc/httpd/conf.d/mirrorlist-server.conf
|
||||
|
||||
Reference in New Issue
Block a user