소스 검색

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