From 852b28f1663d87e12c92688b9051b51e49a25cd2 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sun, 26 Nov 2017 16:40:16 -0500 Subject: [PATCH] Add a comment to roles/ruby/tasks/main.yml --- roles/ruby/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/ruby/tasks/main.yml b/roles/ruby/tasks/main.yml index 1cbcab1..4829e3e 100644 --- a/roles/ruby/tasks/main.yml +++ b/roles/ruby/tasks/main.yml @@ -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'