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:
39
39
- onlyif: test - f {{ path }}
40
40
- require:
41
41
- pkg: postgresql- client- libs
42
+ - retry:
43
+ attempts: 2
44
+ until: True
42
45
43
46
{%- endfor % }
44
47
{%- endif % }
Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ postgresql-{{ bin }}-altinstall:
27
27
- onlyif: alternatives -- display {{ bin }}
28
28
{% else % }
29
29
- onlyif: test - f {{ path }}
30
+ - retry:
31
+ attempts: 2
32
+ until: True
30
33
{% endif % }
31
34
32
35
{%- endfor % }
Original file line number Diff line number Diff line change @@ -54,6 +54,9 @@ postgresql-{{ bin }}-altinstall:
54
54
- pkg: postgresql- server
55
55
- require_in:
56
56
- cmd: postgresql- cluster- prepared
57
+ - retry:
58
+ attempts: 2
59
+ until: True
57
60
58
61
{%- endfor % }
59
62
{%- endif % }
You can’t perform that action at this time.
0 commit comments