add git and curl to packages list common/tasks/main.yml

This commit is contained in:
staticsafe 2021-09-11 12:21:36 -04:00
parent f46ce3d910
commit f5ae1d3568
1 changed files with 2 additions and 0 deletions

View File

@ -9,5 +9,7 @@
- libsass-dev
- redis-server
- build-essential
- git
- curl
- name: Add the user that nitter will run as
ansible.builtin.user: name={{ NITTER_USER }} shell=/bin/bash state=present