Substitute include by include_task
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
- name: Install RVM
|
||||
include: 'rvm.yml'
|
||||
include_task: 'rvm.yml'
|
||||
become: yes
|
||||
become_user: "{{ rvm1_user }}"
|
||||
|
||||
@@ -53,13 +53,6 @@
|
||||
|
||||
|
||||
- name: Install Ruby and Gems
|
||||
include: 'rubies.yml'
|
||||
include_task: 'rubies.yml'
|
||||
become: yes
|
||||
become_user: "{{ rvm1_user }}"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user