summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorØystein Bedin <bedin@redhat.com>2016-06-09 11:34:07 -0400
committerØystein Bedin <bedin@redhat.com>2016-06-09 11:34:07 -0400
commit4d6eb644d78f4b972154ade3d12c23b28dbe19e3 (patch)
treef0890c578684866a9234223db01263b5569bc256 /roles
parente2181a706679666a6fff2e2aaca648ed982060bd (diff)
downloadopenshift-4d6eb644d78f4b972154ade3d12c23b28dbe19e3.tar.gz
openshift-4d6eb644d78f4b972154ade3d12c23b28dbe19e3.tar.bz2
openshift-4d6eb644d78f4b972154ade3d12c23b28dbe19e3.tar.xz
openshift-4d6eb644d78f4b972154ade3d12c23b28dbe19e3.zip
Updated to run as root rather than cloud-user, for now...
Diffstat (limited to 'roles')
-rw-r--r--roles/common/pre_tasks/pre_tasks.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/common/pre_tasks/pre_tasks.yml b/roles/common/pre_tasks/pre_tasks.yml
index 9dd14c30c..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)"
+ shell: echo "$(date +%s)"
register: env_random_id