0
0

Added zip and unzip to packages

This commit is contained in:
Opnxng 2023-11-11 17:58:18 +08:00
parent a4c15380fa
commit 758424800c
3 changed files with 5 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
vars/secrets.yml vars/secrets.yml
production
.hidden .hidden

View File

@ -1,6 +1,6 @@
# Ansible playbook to set up VPSs # Ansible playbook for setting up VPSs
An Ansible playbook to set up VPSs (for Opnxng). It applies to Debian-based servers in any architecture. An Ansible playbook for setting up VPSs (for Opnxng). It works for Debian-based servers in any architecture.
## Before running ## Before running

View File

@ -27,6 +27,8 @@
- cron - cron
- git - git
- curl - curl
- zip
- unzip
- trash-cli - trash-cli
state: latest state: latest
install_recommends: false install_recommends: false