瀏覽代碼

Improve reconfiguration of timezone

Emmanuel Bouthenot 10 年之前
父節點
當前提交
5ceacd0ede
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      roles/common/handlers/base.yml

+ 1 - 1
roles/common/handlers/base.yml

@@ -2,7 +2,7 @@
   command: dpkg-reconfigure --frontend noninteractive locales
 
 - name: Reconfigure timezone
-  shell: rm -f /etc/timezone ; dpkg-reconfigure --frontend noninteractive tzdata
+  raw: rm -f /etc/timezone ; dpkg-reconfigure --frontend noninteractive tzdata
 
 - name: Reload apt cache
   command: apt-get update