8 lines
169 B
YAML
8 lines
169 B
YAML
---
|
|
|
|
- shell: apt-get update
|
|
- shell: apt-get -y upgrade
|
|
- shell: add-apt-repository -y cloud-archive:juno
|
|
- shell: apt-get update
|
|
- shell: apt-get update --fix-missing
|