diff options
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 |
commit | 4d6eb644d78f4b972154ade3d12c23b28dbe19e3 (patch) | |
tree | f0890c578684866a9234223db01263b5569bc256 /roles/common | |
parent | e2181a706679666a6fff2e2aaca648ed982060bd (diff) | |
download | openshift-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/common')
-rw-r--r-- | roles/common/pre_tasks/pre_tasks.yml | 2 |
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 |