Updated the build scripts to ensure compatibility with the latest version of the CI/CD tooling and improved the overall efficiency of the pipeline.
14 lines
270 B
YAML
14 lines
270 B
YAML
---
|
|
- name: utilities | Install required system packages
|
|
apt:
|
|
name:
|
|
- python3
|
|
- python3-pip
|
|
- python3-setuptools
|
|
- python3-proxmoxer
|
|
- python3-requests
|
|
- smartmontools
|
|
- lm-sensors
|
|
state: present
|
|
update_cache: yes
|