Become and become_user moved to main.yml file
This commit is contained in:
@@ -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 }}'
|
||||
|
||||
Reference in New Issue
Block a user