Files
proxmox-packer/ansible/roles/base/tasks/ubuntu.yml
2023-11-21 20:27:31 -06:00

18 lines
356 B
YAML

---
- name: "Updating the guest operating system."
apt:
force_apt_get: true
name: "*"
state: latest # noqa package-latest
update_cache: "yes"
- name: "Installing additional packages."
apt:
name:
- bash-completion
- curl
- wget
- unzip
- ca-certificates
state: latest # noqa package-latest