From 42b410026e321c94017cd533a4f031e378b45191 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 8 Feb 2017 20:31:22 +0000 Subject: [PATCH] fix typoed variable --- playbooks/groups/proxies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/proxies.yml b/playbooks/groups/proxies.yml index 8503447782..354f75aad0 100644 --- a/playbooks/groups/proxies.yml +++ b/playbooks/groups/proxies.yml @@ -20,7 +20,7 @@ - sudo - rsyncd - { role: mirrormanager/mirrorlist_proxy, - when: env == "staging" or short_hostname == "proxy02" } + when: env == "staging" or ansible_hostname == "proxy02" } - { role: openvpn/client, when: env != "staging" } - apache