Add createrepo on secondary01
This commit is contained in:
parent
95832895c0
commit
afd0dcc9d4
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue