Kishan Takoordyal 879cb58cd1
All checks were successful
Run ansible-lint / Perform Ansible Lint (push) Successful in 1m45s
Remove anything related to zsh
2025-08-12 18:42:49 +04:00

30 lines
481 B
YAML

---
common_packages: # noqa var-naming[no-role-prefix]
- ca-certificates
- apt-transport-https
- software-properties-common
- build-essential
- gnupg
- gnupg-agent
- mysql-client
- acl
- rsync
- zip
- unzip
- curl
- git
- lsof
- iputils-ping
- dnsutils
- iproute2
- python3
- python3-pip
- python3.11-venv
- jq
docker_packages: # noqa var-naming[no-role-prefix]
- docker-ce
- docker-ce-cli
- containerd.io
- docker-compose-plugin