Skip to content

Commit c859294

Browse files
authored
fix: ignore 'Could not find the requested service' for initial deployment (#1268)
1 parent bed3e8b commit c859294

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/molecule.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ jobs:
3535
- distro: almalinux10
3636
tag: latest
3737
namespace: glillico
38+
- distro: oraclelinux9
39+
tag: latest
40+
namespace: glillico
41+
- distro: oraclelinux10
42+
tag: latest
43+
namespace: glillico
3844

3945
steps:
4046
- name: Set TERM environment variable

automation/roles/patroni/handlers/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
name: patroni
66
enabled: true
77
state: reloaded
8+
register: patroni_reload_result
9+
failed_when: false # ignore 'Could not find the requested service' for initial deployment.
810
listen: "reload patroni"
911

1012
- name: Reload postgres

0 commit comments

Comments
 (0)