File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 197
197
# #
198
198
199
199
- name : p24 | Create python_major_version symlink
200
+ become : true
200
201
file :
201
202
src={{ py24_install }}
202
203
dest='{{ base_install_folder }}/python{{ py24_major_version }}'
203
204
state=link
204
205
when : python_24 and py24_already_installed.stat.exists == false
205
206
206
207
- name : p26 | Create python_major_version symlink
208
+ become : true
207
209
file :
208
210
src={{ py26_install }}
209
211
dest='{{ base_install_folder }}/python{{ py26_major_version }}'
210
212
state=link
211
213
when : python_26 and py26_already_installed.stat.exists == false
212
214
213
215
- name : p27 | Create python_major_version symlink
216
+ become : true
214
217
file :
215
218
src={{ py27_install }}
216
219
dest='{{ base_install_folder }}/python{{ py27_major_version }}'
217
220
state=link
218
221
when : python_27 and py27_already_installed.stat.exists == false
219
222
220
223
- name : p35 | Create python_major_version symlink
224
+ become : true
221
225
file :
222
226
src={{ py35_install }}
223
227
dest='{{ base_install_folder }}/python{{ py35_major_version }}'
You can’t perform that action at this time.
0 commit comments