mirror of https://github.com/ceph/ceph
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
|