File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 115
115
name : oracle-olcne-release-el8
116
116
state : present
117
117
retries : 5
118
- delay : 10
118
+ delay : 10
119
119
when : ansible_distribution == 'OracleLinux' and ansible_distribution_major_version == '8'
120
120
121
121
- name : Enable ocne repository
Original file line number Diff line number Diff line change 292
292
become : true
293
293
become_user : " {{ username }}"
294
294
async : 3600
295
- poll : 0
295
+ poll : 10
296
296
register : cluster_sleeper
297
- changed_when : provision_cluster .rc == 0
297
+ changed_when : cluster_sleeper .rc == 0
298
298
299
299
- name : Print cluster provision output
300
300
ansible.builtin.debug :
301
301
var : cluster_sleeper
302
302
when : debug_enabled
303
303
304
- - name : Check on cluster provisioning
305
- ansible.builtin.async_status :
306
- jid : " {{ cluster_sleeper.ansible_job_id }}"
307
- register : job_result
308
- until : job_result.finished
309
- retries : 360
310
- delay : 10
304
+ # - name: Check on cluster provisioning
305
+ # ansible.builtin.async_status:
306
+ # jid: "{{ cluster_sleeper.ansible_job_id }}"
307
+ # register: job_result
308
+ # until: job_result.finished
309
+ # retries: 360
310
+ # delay: 10
311
311
312
312
- name : Add kubeconfig to .bashrc file
313
313
ansible.builtin.lineinfile :
You can’t perform that action at this time.
0 commit comments