Explorar o código

Updated to run as root rather than cloud-user, for now...

Øystein Bedin %!s(int64=9) %!d(string=hai) anos
pai
achega
4d6eb644d7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      roles/common/pre_tasks/pre_tasks.yml

+ 1 - 1
roles/common/pre_tasks/pre_tasks.yml

@@ -1,4 +1,4 @@
 ---
 - name: Generate Environment ID
-  shell: echo "$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | head -c 8)"
+  shell: echo "$(date +%s)"
   register: env_random_id