mirror-env/todo/post-install.yml

13 lines
219 B
YAML
Executable File

# don't really need anymore
# just keeping here for reference
---
- name: install dependencies
apt:
pkg:
- zfsutils-linux
- rsync
- nginx
- proftpd
state: latest
update_cache: true