fix(tmuxinator): ensure that ruby is installed

This commit is contained in:
Oliver Davies 2022-05-31 23:24:37 +01:00 committed by GitHub
parent 9db923856c
commit 1c5ce40d07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,10 @@
---
- name: Dependencies
ansible.builtin.package:
name: ruby
state: latest
become: true
- name: Install
community.general.gem:
bindir: "{{ ansible_user_dir }}/.local/bin"