4 lines
91 B
Plaintext
4 lines
91 B
Plaintext
#cloud-config
|
|
runcmd:
|
|
- [ sh, -c, 'echo ==== $(date) ====; echo HI WORLD; echo =======' ]
|