summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Simacek <msimacek@redhat.com>2016-09-27 09:39:49 +0200
committerMichael Simacek <msimacek@redhat.com>2016-09-27 09:39:49 +0200
commit959e864147bab040adde8cebc707fbedd7aceabc (patch)
tree19e4ff283330a78f0724b1923ab6fe419eaa3363
parent39459ede7d192fb3850cc80f6b2bf420647f4861 (diff)
Deploy koschei from stable
-rw-r--r--playbooks/manual/upgrade/koschei.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/manual/upgrade/koschei.yml b/playbooks/manual/upgrade/koschei.yml
index d51d528a2..1104e1398 100644
--- a/playbooks/manual/upgrade/koschei.yml
+++ b/playbooks/manual/upgrade/koschei.yml
@@ -29,7 +29,7 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
vars:
fedora_repos:
- - updates-testing
+ - updates
pre_tasks:
- name: schedule nagios downtime
nagios: action=downtime minutes=20 service=host host={{ inventory_hostname_short }}{{ env_suffix }}
@@ -67,7 +67,7 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
vars:
epel_repos:
- - epel-testing
+ - epel
pre_tasks:
- name: schedule nagios downtime
nagios: action=downtime minutes=20 service=host host={{ inventory_hostname_short }}{{ env_suffix }}