mirror of
https://github.com/ceph/ceph
synced 2024-12-09 05:01:18 +00:00
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
|