mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 02:50:15 +08:00
Add createrepo on secondary01
This commit is contained in:
@@ -60,12 +60,14 @@
|
||||
- alt.fedoraproject.org
|
||||
- archive.fedoraproject.org
|
||||
- archives.fedoraproject.org
|
||||
|
||||
tasks:
|
||||
- include: "{{ tasks }}/yumrepos.yml"
|
||||
- include: "{{ tasks }}/2fa_client.yml"
|
||||
- include: "{{ tasks }}/motd.yml"
|
||||
- include: "{{ tasks }}/apache.yml"
|
||||
|
||||
- name: Install createrepo
|
||||
yum: pkg=createrepo state=present
|
||||
|
||||
handlers:
|
||||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
||||
Reference in New Issue
Block a user