summaryrefslogtreecommitdiffstats
path: root/tasks
diff options
context:
space:
mode:
authorJeff Geerling <geerlingguy@mac.com>2014-03-05 09:50:12 -0600
committerJeff Geerling <geerlingguy@mac.com>2014-03-05 09:50:12 -0600
commite73859fcec0c3d4b79951bcd3829b8650c809804 (patch)
tree1a0ad5ce97c88a20803bce487d76d3210c644b86 /tasks
parent2019c99574319713667ed001a24e6f26d686980a (diff)
downloadntp-e73859fcec0c3d4b79951bcd3829b8650c809804.tar.gz
ntp-e73859fcec0c3d4b79951bcd3829b8650c809804.tar.bz2
ntp-e73859fcec0c3d4b79951bcd3829b8650c809804.tar.xz
ntp-e73859fcec0c3d4b79951bcd3829b8650c809804.zip
Finish adding role required parts.
Diffstat (limited to 'tasks')
-rw-r--r--tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
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