11 lines
176 B
YAML
11 lines
176 B
YAML
|
---
|
||
|
- name: update repo
|
||
|
shell: apt update
|
||
|
args:
|
||
|
warn: false
|
||
|
|
||
|
- name: install or update apps
|
||
|
shell:
|
||
|
cmd: "apt install -y wget curl python3"
|
||
|
args:
|
||
|
warn: false
|