add git and curl to packages list common/tasks/main.yml
This commit is contained in:
parent
f46ce3d910
commit
f5ae1d3568
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue