Add a comment to roles/ruby/tasks/main.yml
This commit is contained in:
parent
4d8e42dc8a
commit
852b28f166
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
# All tasks in this role should be done as the mastodon user
|
||||
# This role installs rbenv, ruby-build and the right version of Ruby for
|
||||
# Mastodon's use
|
||||
- name: Clone rbenv git repository
|
||||
git:
|
||||
repo: 'https://github.com/rbenv/rbenv.git'
|
||||
|
|
Loading…
Reference in New Issue