Files
vmker/YML_EXAMPES/deb-basic.yml
2024-07-22 02:33:26 +03:00

7 lines
134 B
YAML

before-reboot:
Update:
- apt update
- apt upgrade -y
Install basic packets:
- apt install ca-certificates curl git -y