Add createrepo on secondary01

This commit is contained in:
Kevin Fenzi 2015-04-30 23:00:19 +00:00
parent 95832895c0
commit afd0dcc9d4

View file

@ -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"