diff options
Diffstat (limited to '')
-rw-r--r-- | qa/timezone/random.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qa/timezone/random.yaml b/qa/timezone/random.yaml new file mode 100644 index 00000000..1d48ce91 --- /dev/null +++ b/qa/timezone/random.yaml @@ -0,0 +1,5 @@ +tasks: +- exec: + all: + - echo America/Los_Angeles | sudo tee /etc/timezone + - [ $RANDOM -gt 32000 ] && echo America/New_York | sudo tee /etc/timezone |