We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed3e8b commit c859294Copy full SHA for c859294
.github/workflows/molecule.yml
@@ -35,6 +35,12 @@ jobs:
35
- distro: almalinux10
36
tag: latest
37
namespace: glillico
38
+ - distro: oraclelinux9
39
+ tag: latest
40
+ namespace: glillico
41
+ - distro: oraclelinux10
42
43
44
45
steps:
46
- name: Set TERM environment variable
automation/roles/patroni/handlers/main.yml
@@ -5,6 +5,8 @@
5
name: patroni
6
enabled: true
7
state: reloaded
8
+ register: patroni_reload_result
9
+ failed_when: false # ignore 'Could not find the requested service' for initial deployment.
10
listen: "reload patroni"
11
12
- name: Reload postgres
0 commit comments