Pārlūkot izejas kodu

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

Øystein Bedin 9 gadi atpakaļ
vecāks
revīzija
4d6eb644d7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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