diff --git a/tasks/main.yml b/tasks/main.yml index b23001d..98ec6d3 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -17,7 +17,7 @@ - name: Install RVM - include_task: 'rvm.yml' + include_tasks: 'rvm.yml' become: yes become_user: "{{ rvm1_user }}" @@ -53,6 +53,6 @@ - name: Install Ruby and Gems - include_task: 'rubies.yml' + include_tasks: 'rubies.yml' become: yes become_user: "{{ rvm1_user }}"