From e73859fcec0c3d4b79951bcd3829b8650c809804 Mon Sep 17 00:00:00 2001
From: Jeff Geerling <geerlingguy@mac.com>
Date: Wed, 5 Mar 2014 09:50:12 -0600
Subject: Finish adding role required parts.

---
 tasks/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'tasks')

diff --git a/tasks/main.yml b/tasks/main.yml
index 7ed08ed..11211c2 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -1,7 +1,7 @@
 ---
 # Date and timezone (NTP).
 - name: Set the correct timezone.
-  file: src=/usr/share/zoneinfo/{{ timezone }}  dest=/etc/localtime state=link force=yes
+  file: src=/usr/share/zoneinfo/{{ ntp_timezone }}  dest=/etc/localtime state=link force=yes
 
 - name: Install NTP.
   yum: name=ntp state=installed
-- 
cgit v1.2.3