summaryrefslogtreecommitdiffstats
path: root/roles/common/pre_tasks/pre_tasks.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/common/pre_tasks/pre_tasks.yml')
-rw-r--r--roles/common/pre_tasks/pre_tasks.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/common/pre_tasks/pre_tasks.yml b/roles/common/pre_tasks/pre_tasks.yml
index c573bff8c..ed57a2993 100644
--- a/roles/common/pre_tasks/pre_tasks.yml
+++ b/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)"
- register: env_random_id \ No newline at end of file
+ shell: echo "$(date +%s)"
+ register: env_random_id