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

Commit

Permalink
Add tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jdauphant committed Mar 6, 2014
1 parent e8099ac commit 7b72fca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
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 7b72fca

Please sign in to comment.