mirror of
https://github.com/ceph/ceph
synced 2024-12-22 03:22:00 +00:00
a27cb8db3c
These need to be early tasks, probably. Random will pick either eastern or pacific tz randomly. Signed-off-by: Sage Weil <sage@redhat.com>
6 lines
162 B
YAML
6 lines
162 B
YAML
tasks:
|
|
- exec:
|
|
all:
|
|
- echo America/Los_Angeles | sudo tee /etc/timezone
|
|
- [ $RANDOM -gt 32000 ] && echo America/New_York | sudo tee /etc/timezone
|