Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Commit

Permalink
#2 add timezone to prereqs
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Mar 2, 2016
1 parent 150d74d commit 290e148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions ansible/playbooks/prereqs.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
---

- include: timezone.yaml
- include: iptables.yaml
- include: java7.yaml
- include: condor.yaml
- include: docker.yaml
- include: distribute-compose.yaml
- include: postgres.yaml
- include: db-creator.yaml
- include: timezone.yaml
#- include: irods.yml
1 change: 1 addition & 0 deletions ansible/roles/timezone/templates/timezone.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ timezone }}

0 comments on commit 290e148

Please sign in to comment.