File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 headers :
1212 host : " {{ item.0.vhost_name }}"
1313 register : result
14- # until: result.status == 200 or result.status == 302
15- # retries: 3
16- # delay: 2
14+ until : result.status == 200 or result.status == 302
15+ retries : 3
16+ delay : 2
1717 delegate_to : 127.0.0.1
18- ignore_errors : true # remove this when all apps have internal/health endpoint
18+ # ignore_errors: true # remove this when all apps have internal/health endpoint
1919
2020- name : debugging
2121 debug :
3333 headers :
3434 host : " {{ item.0.vhost_name }}"
3535 register : result
36- # until: result.status == 200 or result.status == 302
37- # retries: 3
38- # delay: 2
36+ until : result.status == 200 or result.status == 302
37+ retries : 3
38+ delay : 2
3939 delegate_to : 127.0.0.1
40- ignore_errors : true # remove this when all apps have internal/health endpoint
40+ # ignore_errors: true # remove this when all apps have internal/health endpoint
4141
4242- name : debugging
4343 debug :
You can’t perform that action at this time.
0 commit comments