Become and become_user moved to main.yml file

This commit is contained in:
lpaulmp
2016-11-06 18:40:05 -05:00
parent ab52a26122
commit df72876642
3 changed files with 9 additions and 24 deletions

View File

@@ -1,4 +1,11 @@
---
- include: 'rvm.yml'
- include: 'rubies.yml'
- name: Install RVM
include: 'rvm.yml'
become: yes
become_user: '{{ rvm1_user }}'
- name: Install Ruby and Gems
include: 'rubies.yml'
become: yes
become_user: '{{ rvm1_user }}'