need to make all these sections better coordinated
This commit is contained in:
parent
a4cd4ce026
commit
10e7fcd6e3
2 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,8 @@ ALT_EXCLUDES=""
|
|||
EPL_EXCLUDES=""
|
||||
FED_EXCLUDES=""
|
||||
|
||||
LAST_SYNC='/usr/local/bin/last-sync'
|
||||
|
||||
SERVER=dl.fedoraproject.org
|
||||
|
||||
# The Buffet.
|
||||
|
|
|
@ -59,6 +59,10 @@
|
|||
- name: put in last sync scrypt for download-ib01
|
||||
copy: src="{{ files}}/download/last-sync" dest=/usr/local/bin/last-sync mode=0755
|
||||
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'
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue