chore: install inotify-tools
This commit is contained in:
parent
7eecda7ccb
commit
16129c1e90
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue