chore: install inotify-tools

This commit is contained in:
Ivan R. 2024-06-22 12:59:45 +05:00
parent 7eecda7ccb
commit 16129c1e90
Signed by: lumin
GPG key ID: 927D3132247BDE4E

View file

@ -14,3 +14,7 @@
- name: Install erlang and elixir
ansible.builtin.script:
cmd: files/elixir.sh
- name: Install inotify-tools (used by phoenix framework)
become: true
ansible.builtin.apt:
name: inotify-tools