commit 93a60b838cc976b6fae8ad14265035e8bfd0f1c2
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Dec 6 16:32:01 2016 +0100
Add download0 playbook
roles/distgit/tasks/main.yml | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/roles/distgit/tasks/main.yml b/roles/distgit/tasks/main.yml
index 8deaec9..31d2376 100644
--- a/roles/distgit/tasks/main.yml
+++ b/roles/distgit/tasks/main.yml
@@ -247,6 +247,13 @@
notify:
- reload httpd
+# -- Download0 failback primary mirror---------------------
+- name: install the Download0 httpd configs
+ copy: src={{item}}
dest=/etc/httpd/conf.d/download0.rpmfusion.org/{{item}}
+ with_items:
+ - download0.conf
+ notify:
+ - reload httpd
# -- Lookaside Cache -------------------------------------
# This is the annex to Dist Git, where we host source tarballs.