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

Commit

Permalink
Merge pull request #2 from jdauphant/master
Browse files Browse the repository at this point in the history
Add tags
  • Loading branch information
knopki committed Mar 7, 2014
2 parents e8099ac + 7b72fca commit f4c8dca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/main.yml
Expand Up @@ -8,8 +8,10 @@
mode=0644
backup=yes
when: ansible_os_family == "Debian"
tags: [configuration,timezone]

- name: Set /etc/timezone to {{ timezone }}
copy: dest=/etc/timezone content="{{ timezone }}"
notify: update tzdata
when: ansible_os_family == "Debian"
tags: [configuration,timezone]

0 comments on commit f4c8dca

Please sign in to comment.