From 701675d9d01f9aa3e1762e6c4f356df425714e05 Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Sat, 1 Dec 2018 00:44:06 +0000 Subject: [PATCH] comment out mirrorlist for now too, it is pointing to an image that does not exist Signed-off-by: Rick Elrod --- playbooks/groups/proxies.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/proxies.yml b/playbooks/groups/proxies.yml index 42c26b5401..af3f31d646 100644 --- a/playbooks/groups/proxies.yml +++ b/playbooks/groups/proxies.yml @@ -25,8 +25,8 @@ - collectd/base - sudo - rsyncd - - { role: mirrormanager/mirrorlist_proxy, - when: env == "staging" or "'mirrorlist-proxy' in group_names" } + #- { role: mirrormanager/mirrorlist_proxy, + # when: env == "staging" or "'mirrorlist-proxy' in group_names" } - { role: openvpn/client, when: env != "staging" } - apache