File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ postgresql-{{ bin }}-altinstall:
3939 - onlyif: test - f {{ path }}
4040 - require:
4141 - pkg: postgresql- client- libs
42+ - retry:
43+ attempts: 2
44+ until: True
4245
4346 {%- endfor % }
4447{%- endif % }
Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ postgresql-{{ bin }}-altinstall:
2727 - onlyif: alternatives -- display {{ bin }}
2828 {% else % }
2929 - onlyif: test - f {{ path }}
30+ - retry:
31+ attempts: 2
32+ until: True
3033 {% endif % }
3134
3235 {%- endfor % }
Original file line number Diff line number Diff line change @@ -54,6 +54,9 @@ postgresql-{{ bin }}-altinstall:
5454 - pkg: postgresql- server
5555 - require_in:
5656 - cmd: postgresql- cluster- prepared
57+ - retry:
58+ attempts: 2
59+ until: True
5760
5861 {%- endfor % }
5962 {%- endif % }
You can’t perform that action at this time.
0 commit comments