need to make all these sections better coordinated

This commit is contained in:
Stephen Smoogen 2016-04-06 01:52:19 +00:00
parent a4cd4ce026
commit 10e7fcd6e3
2 changed files with 6 additions and 0 deletions

View file

@ -12,6 +12,8 @@ ALT_EXCLUDES=""
EPL_EXCLUDES="" EPL_EXCLUDES=""
FED_EXCLUDES="" FED_EXCLUDES=""
LAST_SYNC='/usr/local/bin/last-sync'
SERVER=dl.fedoraproject.org SERVER=dl.fedoraproject.org
# The Buffet. # The Buffet.

View file

@ -59,6 +59,10 @@
- name: put in last sync scrypt for download-ib01 - name: put in last sync scrypt for download-ib01
copy: src="{{ files}}/download/last-sync" dest=/usr/local/bin/last-sync mode=0755 copy: src="{{ files}}/download/last-sync" dest=/usr/local/bin/last-sync mode=0755
when: inventory_hostname == 'download-ib01.fedoraproject.org' when: inventory_hostname == 'download-ib01.fedoraproject.org'
- name: install bc so last-sync works.
yum: pkg=bc state=present
when: inventory_hostname == 'download-ib01.fedoraproject.org'