Explorar el Código

Improve reconfiguration of timezone

Emmanuel Bouthenot hace 10 años
padre
commit
5ceacd0ede
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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