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