Added zip and unzip to packages
This commit is contained in:
parent
a4c15380fa
commit
758424800c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
vars/secrets.yml
|
vars/secrets.yml
|
||||||
|
production
|
||||||
.hidden
|
.hidden
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user